Skip to content

Commit 0a2c9ad

Browse files
authored
Update Dockerfile
1 parent 4d862db commit 0a2c9ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/node/consumer/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ RUN npm prune --omit=dev
1212

1313
FROM node:lts-buster-slim
1414

15+
# Install necessary packages, including procps
16+
RUN apt update && apt install -y procps && rm -rf /var/lib/apt/lists/*
17+
1518
WORKDIR /app
1619

1720
COPY --from=builder /app ./

0 commit comments

Comments
 (0)