Merge pull request #62 from Docteh/new_tx

transifex: New transifex client
This commit is contained in:
liushuyu 2022-10-15 00:04:06 -06:00 committed by GitHub
commit 1907ba733f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,5 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y full-upgrade RUN apt-get update && apt-get -y full-upgrade
RUN apt-get install -y git p7zip-full libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools \ RUN apt-get install -y git p7zip-full libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools \
python3-pip cmake libavcodec-dev libavutil-dev libsdl2-dev libswscale-dev liblz4-dev libopus-dev \ python3-pip cmake libavcodec-dev libavutil-dev libsdl2-dev libswscale-dev liblz4-dev libopus-dev \
libssl-dev libtool libusb-1.0-0-dev glslang-tools libssl-dev libtool libusb-1.0-0-dev glslang-tools curl zip unzip
RUN pip3 install transifex-client conan RUN curl -O -L https://github.com/transifex/cli/releases/latest/download/tx-linux-amd64.tar.gz && tar xf tx-linux-amd64.tar.gz tx && mv tx /usr/bin/tx && rm tx-linux-amd64.tar.gz