Dockerfile: Do not install recommended pkgs (#2215)
This commit is contained in:
@@ -142,7 +142,7 @@ FROM --platform=$TARGETPLATFORM docker.io/library/debian:bookworm-slim AS gnu
|
||||
WORKDIR /opt/stalwart
|
||||
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
apt-get update && \
|
||||
apt-get install -yq ca-certificates tzdata
|
||||
apt-get install -yq --no-install-recommends ca-certificates tzdata
|
||||
COPY --from=builder /app/artifact/stalwart /usr/local/bin
|
||||
COPY --from=builder /app/artifact/stalwart-cli /usr/local/bin
|
||||
COPY ./resources/docker/entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user