commit 08aee97c1dfa4195c7f281f3201c24baff5365ea
parent 2bb6482becbc71456f641a721e27520861cab7c7
Author: Miroslav Prasil <miroslav@prasil.info>
Date: Fri, 28 Sep 2018 09:49:10 +0100
Remove unecessary copy from armv7 Dockerfile
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/Dockerfile.armv7 b/Dockerfile.armv7
@@ -65,7 +65,6 @@ ENV OPENSSL_LIB_DIR="/usr/lib/arm-linux-gnueabihf"
# Builds your dependencies and removes the
# dummy project, except the target folder
# This folder contains the compiled dependencies
-COPY . .
RUN rustup target add armv7-unknown-linux-gnueabihf
RUN cargo build --release --target=armv7-unknown-linux-gnueabihf -v
RUN find . -not -path "./target*" -delete