commit 8ee681c4a32aca05ecfca38279739cb9a0108ce4
parent 2bb6482becbc71456f641a721e27520861cab7c7
Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com>
Date: Fri, 28 Sep 2018 13:31:40 +0200
Merge pull request #200 from mprasil/copy_fix
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