We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094a26b commit e5954e1Copy full SHA for e5954e1
apps/coordinator/Containerfile
@@ -13,7 +13,7 @@ RUN find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
13
FROM node-20 AS base
14
15
RUN apt-get update \
16
- && apt-get install -y buildah ca-certificates dumb-init docker.io \
+ && apt-get install -y buildah ca-certificates dumb-init docker.io busybox \
17
&& rm -rf /var/lib/apt/lists/*
18
19
COPY --chown=node:node .gitignore .gitignore
0 commit comments