From f408efc92764b975bf21ddcf5376b1e4d3e871b3 Mon Sep 17 00:00:00 2001 From: Miroslav Prasil Date: Sat, 3 Nov 2018 18:56:41 +0100 Subject: [PATCH] Also remove libs from other platforms Dockerfiles --- Dockerfile.aarch64 | 1 - Dockerfile.alpine | 1 - Dockerfile.armv7 | 1 - 3 files changed, 3 deletions(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 2eb68221..4d0351ad 100644 --- 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 index 03cc09d2..85d9d055 100644 --- 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 index e6348297..95bbabfc 100644 --- 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