fix
This commit is contained in:
parent
0b9d05c595
commit
a78b710d66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue