We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0e781 commit bb88d7aCopy full SHA for bb88d7a
src/ci/docker/host-x86_64/x86_64-gnu-llvm-18/Dockerfile
@@ -60,5 +60,5 @@ COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
60
RUN /scripts/build-gccjit.sh /scripts
61
62
ARG SCRIPT_ARG
63
-COPY scripts/{SCRIPT_ARG} /tmp/script.sh
+COPY scripts/${SCRIPT_ARG} /tmp/script.sh
64
ENV SCRIPT="/tmp/script.sh"
src/ci/docker/host-x86_64/x86_64-gnu-llvm-19/Dockerfile
0 commit comments