This commit is contained in:
JMARyA 2024-04-13 20:51:36 +02:00
parent ff9a0b8691
commit 0b9d05c595
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -8,6 +8,7 @@ RUN cargo build --release
FROM debian:buster
RUN apt update && apt upgrade -y
RUN apt install -y gnupg ca-certificates openssl-1.1
COPY --from=builder /app/target/release/mirrord /mirrord