Browse Source

Added Transifex CLI client to environment

master
OpenSauce04 2 years ago
parent
commit
b624c80915
  1. 3
      Dockerfile

3
Dockerfile

@ -56,6 +56,9 @@ RUN apt-get install -y \
# Other libraries # Other libraries
libsdl2-dev libsdl2-dev
# Download Transifex client
RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
# Download tools for building AppImages # Download tools for building AppImages
RUN wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage RUN wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
RUN wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage RUN wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage

Loading…
Cancel
Save