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