We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2c9ad commit 62380e5Copy full SHA for 62380e5
src/node/consumer/Dockerfile
@@ -13,7 +13,7 @@ RUN npm prune --omit=dev
13
FROM node:lts-buster-slim
14
15
# Install necessary packages, including procps
16
-RUN apt update && apt install -y procps && rm -rf /var/lib/apt/lists/*
+RUN apt update && apt install -y git procps && rm -rf /var/lib/apt/lists/*
17
18
WORKDIR /app
19
0 commit comments