Skip to content
Snippets Groups Projects
Commit 05586e35 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

translations: add dockerfile

To avoid transifex versioning problems, use docker to
update translations.

Change-Id: I1de7b7c3ef1feb20935c025e30dad8edf8c62758
parent 32818a7f
No related branches found
No related tags found
No related merge requests found
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}"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment