commit f408efc92764b975bf21ddcf5376b1e4d3e871b3
parent 9b20247fc2cbeb95391be27f503e6f7f775b54f7
Author: Miroslav Prasil <miroslav@prasil.info>
Date: Sat, 3 Nov 2018 18:56:41 +0100
Also remove libs from other platforms Dockerfiles
Diffstat:
3 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64
@@ -45,7 +45,6 @@ WORKDIR /app
# Copies over *only* your manifests and vendored dependencies
COPY ./Cargo.* ./
-COPY ./libs ./libs
COPY ./rust-toolchain ./rust-toolchain
# Prepare openssl arm64 libs
diff --git a/Dockerfile.alpine b/Dockerfile.alpine
@@ -33,7 +33,6 @@ RUN USER=root cargo init --bin
# Copies over *only* your manifests and vendored dependencies
COPY ./Cargo.* ./
-COPY ./libs ./libs
COPY ./rust-toolchain ./rust-toolchain
# Builds your dependencies and removes the
diff --git a/Dockerfile.armv7 b/Dockerfile.armv7
@@ -45,7 +45,6 @@ WORKDIR /app
# Copies over *only* your manifests and vendored dependencies
COPY ./Cargo.* ./
-COPY ./libs ./libs
COPY ./rust-toolchain ./rust-toolchain
# Prepare openssl armhf libs