1
0
mirror of synced 2025-01-22 19:42:11 +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_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