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 ce2566e commit 6da11c8Copy full SHA for 6da11c8
1 file changed
scripts/services/docker/Dockerfile.packages-worker
@@ -1,6 +1,6 @@
1
-FROM node:20-alpine as builder
+FROM node:20-bookworm-slim as builder
2
3
-RUN apk add --no-cache python3 make g++
+RUN apt-get update && apt-get install -y python3 make g++ --no-install-recommends && rm -rf /var/lib/apt/lists/*
4
5
WORKDIR /usr/crowd/app
6
RUN npm install -g corepack@latest && corepack enable pnpm && corepack prepare pnpm@9.15.0 --activate
0 commit comments