Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed May 5, 2020
1 parent 39478e2 commit 86bd9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN git clone https://github.com/input-output-hk/cardano-node /opt/cardano-node
RUN mkdir /output && \
find dist-newstyle/build/aarch64-linux -type f -executable | grep -v ".so$" | while read bin; \
do \
cp -a $PWD/$bin /output
cp -a $PWD/$bin /output; \
done

0 comments on commit 86bd9fc

Please sign in to comment.