Skip to content

Commit

Permalink
Remove curl from the runtime Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Oct 11, 2024
1 parent 69b03d4 commit 6932d9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ RUN --mount=type=bind,source=tower-batch-control,target=tower-batch-control \
# from the `release` stage.
FROM debian:bookworm-slim AS runtime

RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
gosu
RUN apt-get update && apt-get install -y --no-install-recommends gosu

RUN rm -rf /var/lib/apt/lists/* /tmp/*

Expand Down

0 comments on commit 6932d9a

Please sign in to comment.