add busybox to coordinator image
🚀 Publish Trigger.dev Docker / units (push) Failing after 11m46s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 11m46s
🚀 Publish Trigger.dev Docker / publish-webapp (push) Has been skipped
🚀 Publish Trigger.dev Docker / publish-worker (push) Has been skipped

This commit is contained in:
nicktrn
2025-02-13 17:12:39 +00:00
parent 094a26ba64
commit e5954e187b
+1 -1
View File
@@ -13,7 +13,7 @@ RUN find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
FROM node-20 AS base
RUN apt-get update \
&& apt-get install -y buildah ca-certificates dumb-init docker.io \
&& apt-get install -y buildah ca-certificates dumb-init docker.io busybox \
&& rm -rf /var/lib/apt/lists/*
COPY --chown=node:node .gitignore .gitignore