blob: dc0a3a3688a2798dc6baabc5b7f8c389144d7d52 [file] [log] [blame]
FROM ubuntu:22.04
USER root
RUN apt-get clean && \
apt-get update && \
apt-get install -y -o Acquire::Retries=2 \
curl \
zip
RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
ENV PATH="${HOME}/tx:${PATH}"