diff --git a/docker/Dockerfile b/docker/Dockerfile index 27a098ab2ec..27775fe9611 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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/*