geforkt von mirrored/vaultwarden
Also remove libs from other platforms Dockerfiles
Dieser Commit ist enthalten in:
Ursprung
9b20247fc2
Commit
f408efc927
3 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Laden …
In neuem Issue referenzieren