From e7ca0a81591de10385b3cb69d0448f9a6f42c2ca Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Tue, 6 May 2025 19:57:05 +0100 Subject: [PATCH] latest: Added symlink which ensures that the `lupdate` command is in PATH --- latest/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/latest/Dockerfile b/latest/Dockerfile index 5672049..63fd185 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -56,6 +56,9 @@ RUN ln -s /usr/bin/clang-19 /usr/bin/clang RUN ln -s /usr/bin/clang++-19 /usr/bin/clang++ RUN ln -s /usr/bin/clang-format-19 /usr/bin/clang-format +# Ensure that lupdate is in path +RUN ln -s /usr/lib/qt6/bin/lupdate /usr/local/bin/lupdate + # Download Transifex client RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash RUN mv /tx /usr/bin/