Skip to content

Commit 0496747

Browse files
authored
Merge pull request #16 from make-software/fix-build-error
Fix for build image error
2 parents 13657c2 + fedca42 commit 0496747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

casper-nctl.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN git clone https://github.com/casper-network/casper-node-launcher.git ~/caspe
3232
&& source ~/casper-node/utils/nctl/sh/assets/compile.sh
3333

3434
# run clean-build-artifacts.sh to remove intermediate files and keep the image lighter
35-
COPY --chown=casper:casper ./clean-build-artifacts.sh .
35+
COPY ./clean-build-artifacts.sh .
3636
RUN chmod +x clean-build-artifacts.sh
3737
RUN ./clean-build-artifacts.sh
3838

0 commit comments

Comments
 (0)