We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6eeaa1 commit 7445d9bCopy full SHA for 7445d9b
docker/Dockerfile
@@ -54,7 +54,7 @@ RUN pnpm run build --filter=webapp...
54
55
# Runner
56
FROM node:20.11.1-bullseye-slim@sha256:5a5a92b3a8d392691c983719dbdc65d9f30085d6dcd65376e7a32e6fe9bf4cbe AS runner
57
-RUN apt-get update && apt-get install -y openssl netcat-openbsd
+RUN apt-get update && apt-get install -y openssl netcat-openbsd ca-certificates
58
WORKDIR /triggerdotdev
59
RUN corepack enable
60
ENV NODE_ENV production
0 commit comments