1
0
mirror of synced 2025-01-22 11:33:46 +01:00

build: Fix comment causing issues with docker

This commit is contained in:
WerWolv 2025-01-11 21:41:14 +01:00
parent a729329cd4
commit f699e76c56

View File

@ -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