mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-17 10:45:11 +00:00
Also remove libs from other platforms Dockerfiles
This commit is contained in:
parent
9b20247fc2
commit
f408efc927
@ -45,7 +45,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Copies over *only* your manifests and vendored dependencies
|
# Copies over *only* your manifests and vendored dependencies
|
||||||
COPY ./Cargo.* ./
|
COPY ./Cargo.* ./
|
||||||
COPY ./libs ./libs
|
|
||||||
COPY ./rust-toolchain ./rust-toolchain
|
COPY ./rust-toolchain ./rust-toolchain
|
||||||
|
|
||||||
# Prepare openssl arm64 libs
|
# Prepare openssl arm64 libs
|
||||||
|
@ -33,7 +33,6 @@ RUN USER=root cargo init --bin
|
|||||||
|
|
||||||
# Copies over *only* your manifests and vendored dependencies
|
# Copies over *only* your manifests and vendored dependencies
|
||||||
COPY ./Cargo.* ./
|
COPY ./Cargo.* ./
|
||||||
COPY ./libs ./libs
|
|
||||||
COPY ./rust-toolchain ./rust-toolchain
|
COPY ./rust-toolchain ./rust-toolchain
|
||||||
|
|
||||||
# Builds your dependencies and removes the
|
# Builds your dependencies and removes the
|
||||||
|
@ -45,7 +45,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Copies over *only* your manifests and vendored dependencies
|
# Copies over *only* your manifests and vendored dependencies
|
||||||
COPY ./Cargo.* ./
|
COPY ./Cargo.* ./
|
||||||
COPY ./libs ./libs
|
|
||||||
COPY ./rust-toolchain ./rust-toolchain
|
COPY ./rust-toolchain ./rust-toolchain
|
||||||
|
|
||||||
# Prepare openssl armhf libs
|
# Prepare openssl armhf libs
|
||||||
|
Loading…
Reference in New Issue
Block a user