Skip to content

Commit 1b5db73

Browse files
Update Dockerfile
1 parent 86a365a commit 1b5db73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN cargo build --release
1919

2020
FROM debian:trixie-slim AS runtime
2121

22+
RUN apt-get update
2223
RUN apt-get install curl
2324

2425
COPY --from=server-builder /app/target/release/mcping /usr/local/bin

0 commit comments

Comments
 (0)