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

View file

@ -8,7 +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
RUN apt install -y gnupg ca-certificates openssl
COPY --from=builder /app/target/release/mirrord /mirrord