Skip to content

Commit

Permalink
install ca-certificates in docker image (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam authored Jan 24, 2025
1 parent f6eeaa1 commit 7445d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN pnpm run build --filter=webapp...

# Runner
FROM node:20.11.1-bullseye-slim@sha256:5a5a92b3a8d392691c983719dbdc65d9f30085d6dcd65376e7a32e6fe9bf4cbe AS runner
RUN apt-get update && apt-get install -y openssl netcat-openbsd
RUN apt-get update && apt-get install -y openssl netcat-openbsd ca-certificates
WORKDIR /triggerdotdev
RUN corepack enable
ENV NODE_ENV production
Expand Down

0 comments on commit 7445d9b

Please sign in to comment.