From 86bd9fc50edd2f6ab6698cc75dd2c979d8f69e73 Mon Sep 17 00:00:00 2001 From: "Roberto C. Morano" Date: Tue, 5 May 2020 14:59:42 +0200 Subject: [PATCH] fixed typo --- Dockerfile.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm b/Dockerfile.arm index f029850..d9e371a 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -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