Skip to content

Commit b82a07a

Browse files
committed
add missing ca certs to prod worker
1 parent fa81bf3 commit b82a07a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli-v3/src/Containerfile.prod

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM node:20-bookworm-slim@sha256:d4cdfc305abe5ea78da7167bf78263c22596dc332f2654
33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update && apt-get install -y --no-install-recommends \
55
busybox \
6+
ca-certificates \
67
dumb-init \
78
openssl \
89
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)