Remove unecessary copy from armv7 Dockerfile

This commit is contained in:
Miroslav Prasil 2018-09-28 09:49:10 +01:00
parent 2bb6482bec
commit 08aee97c1d
1 changed files with 0 additions and 1 deletions

View File

@ -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