Skip to content

Commit b62748e

Browse files
committed
skip recommended packages
1 parent a562d71 commit b62748e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/src/Containerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:20-bookworm-slim@sha256:d4cdfc305abe5ea78da7167bf78263c22596dc332f2654b662890777ea166224 AS base
22

33
ENV DEBIAN_FRONTEND=noninteractive
4-
RUN apt-get update && apt-get install -y dumb-init && rm -rf /var/lib/apt/lists/*
4+
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init && rm -rf /var/lib/apt/lists/*
55

66
# Create and set workdir with appropriate permissions
77
RUN mkdir /app && chown node:node /app

0 commit comments

Comments
 (0)