mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-06 23:19:59 +01:00
Added Transifex CLI client to environment
This commit is contained in:
parent
2c8e9df660
commit
b624c80915
@ -56,10 +56,13 @@ RUN apt-get install -y \
|
||||
# Other libraries
|
||||
libsdl2-dev
|
||||
|
||||
# Download Transifex client
|
||||
RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
|
||||
|
||||
# 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-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
|
||||
RUN wget https://github.com/linuxdeploy/linuxdeploy-plugin-checkrt/releases/download/continuous/linuxdeploy-plugin-checkrt-x86_64.sh
|
||||
RUN chmod a+x linuxdeploy-x86_64.AppImage
|
||||
RUN chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage
|
||||
RUN chmod a+x linuxdeploy-plugin-checkrt-x86_64.sh
|
||||
RUN chmod a+x linuxdeploy-plugin-checkrt-x86_64.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user