From d8f76f3939473f57215f27962e947527ee24ad68 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sun, 26 May 2024 11:46:57 +0100 Subject: [PATCH] Fixed Transifex client executable not being in PATH in Actions environment --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f86bb34..aea6e9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,7 @@ RUN apt-get install -y \ # Download Transifex client RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash +RUN mv /tx /usr/bin/ # Download tools for building AppImages RUN wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage