build: Fix comment causing issues with docker
This commit is contained in:
parent
a729329cd4
commit
f699e76c56
5
dist/appimage/Dockerfile
vendored
5
dist/appimage/Dockerfile
vendored
@ -31,7 +31,10 @@ ARG BUILD_TYPE=RelWithDebInfo
|
|||||||
ARG GIT_COMMIT_HASH
|
ARG GIT_COMMIT_HASH
|
||||||
ARG GIT_BRANCH
|
ARG GIT_BRANCH
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
SHELL ["bash", "-c"] # Ubuntu sh doesnt support string substitution
|
|
||||||
|
# Ubuntu sh doesnt support string substitution
|
||||||
|
SHELL ["bash", "-c"]
|
||||||
|
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
# Prepare ImHex build
|
# Prepare ImHex build
|
||||||
set -xe
|
set -xe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user