Skip to content

Commit 3de31cf

Browse files
authored
Add missing dependency to supervisor Containerfile
Without the `docker` package being installed, the supervisor is unable to start runs when deployed on a Docker platform. Signed-off-by: Erin Allison <eallison@andrettikarting.com>
1 parent 2c19693 commit 3de31cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/supervisor/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN npx -q turbo@1.10.9 prune --scope=supervisor --docker
99

1010
FROM node-22-alpine AS base
1111

12-
RUN apk add --no-cache dumb-init
12+
RUN apk add --no-cache dumb-init docker
1313

1414
COPY --chown=node:node .gitignore .gitignore
1515
COPY --from=pruner --chown=node:node /app/out/json/ .

0 commit comments

Comments
 (0)