Skip to content

Commit cac1e5c

Browse files
Update Dockerfile
1 parent 1b5db73 commit cac1e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN cargo build --release
2020
FROM debian:trixie-slim AS runtime
2121

2222
RUN apt-get update
23-
RUN apt-get install curl
23+
RUN apt-get install curl -y
2424

2525
COPY --from=server-builder /app/target/release/mcping /usr/local/bin
2626
COPY --from=client-builder /assets/ /var/www/mcping/

0 commit comments

Comments
 (0)