Skip to content

Commit 1c99a07

Browse files
committed
add openssl to prod worker
1 parent 7268f17 commit 1c99a07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli-v3/src/Containerfile.prod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update && apt-get install -y --no-install-recommends \
55
busybox \
66
dumb-init \
7+
openssl \
78
&& rm -rf /var/lib/apt/lists/*
89

910
# Create and set workdir with appropriate permissions

0 commit comments

Comments
 (0)