Browse Source

Also remove libs from other platforms Dockerfiles

pull/284/head
Miroslav Prasil 6 years ago
parent
commit
f408efc927
  1. 1
      Dockerfile.aarch64
  2. 1
      Dockerfile.alpine
  3. 1
      Dockerfile.armv7

1
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

1
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

1
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

Loading…
Cancel
Save