diff --git a/dist/appimage/Dockerfile b/dist/appimage/Dockerfile index 25d18c5a7..79a456a2f 100644 --- a/dist/appimage/Dockerfile +++ b/dist/appimage/Dockerfile @@ -31,7 +31,10 @@ ARG BUILD_TYPE=RelWithDebInfo ARG GIT_COMMIT_HASH ARG GIT_BRANCH WORKDIR /build -SHELL ["bash", "-c"] # Ubuntu sh doesnt support string substitution + +# Ubuntu sh doesnt support string substitution +SHELL ["bash", "-c"] + RUN <