Skip to content

Commit e5954e1

Browse files
committed
add busybox to coordinator image
1 parent 094a26b commit e5954e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/coordinator/Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
1313
FROM node-20 AS base
1414

1515
RUN apt-get update \
16-
&& apt-get install -y buildah ca-certificates dumb-init docker.io \
16+
&& apt-get install -y buildah ca-certificates dumb-init docker.io busybox \
1717
&& rm -rf /var/lib/apt/lists/*
1818

1919
COPY --chown=node:node .gitignore .gitignore

0 commit comments

Comments
 (0)