Skip to content

Commit a1f7e2b

Browse files
committed
fix healthcheck
1 parent 659ccb0 commit a1f7e2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/rocket/app/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ RUN --mount=type=cache,target=/build/target \
1818

1919
FROM docker.io/debian:bookworm-slim
2020

21+
RUN apt-get update -qq \
22+
&& apt-get install -y curl \
23+
&& apt-get clean \
24+
&& rm -rf /var/lib/apt/lists/*
25+
2126
WORKDIR /app
2227

2328
## copy the main binary

0 commit comments

Comments
 (0)