We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a562d71 commit b62748eCopy full SHA for b62748e
packages/cli-v3/src/Containerfile.prod
@@ -1,7 +1,7 @@
1
FROM node:20-bookworm-slim@sha256:d4cdfc305abe5ea78da7167bf78263c22596dc332f2654b662890777ea166224 AS base
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
-RUN apt-get update && apt-get install -y dumb-init && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y --no-install-recommends dumb-init && rm -rf /var/lib/apt/lists/*
5
6
# Create and set workdir with appropriate permissions
7
RUN mkdir /app && chown node:node /app
0 commit comments