Skip to content

Commit

Permalink
build: Fix comment causing issues with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jan 11, 2025
1 parent a729329 commit f699e76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dist/appimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
# Prepare ImHex build
set -xe
Expand Down

0 comments on commit f699e76

Please sign in to comment.