We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13657c2 + fedca42 commit 0496747Copy full SHA for 0496747
1 file changed
casper-nctl.Dockerfile
@@ -32,7 +32,7 @@ RUN git clone https://github.com/casper-network/casper-node-launcher.git ~/caspe
32
&& source ~/casper-node/utils/nctl/sh/assets/compile.sh
33
34
# run clean-build-artifacts.sh to remove intermediate files and keep the image lighter
35
-COPY --chown=casper:casper ./clean-build-artifacts.sh .
+COPY ./clean-build-artifacts.sh .
36
RUN chmod +x clean-build-artifacts.sh
37
RUN ./clean-build-artifacts.sh
38
0 commit comments