Skip to content

Commit

Permalink
fix(openresty): add openssl to final image
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi committed Dec 12, 2024
1 parent 64417f2 commit 13dd403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openresty/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ RUN set -eux; \
git \
moreutils \
tzdata \
openssl \
pcre \
pcre2 \
# Alpine needs GNU 'sed' because the 'sed' program shipped with busybox does not support 'z' parameter for separating lines with a 'NUL' character.
Expand Down

0 comments on commit 13dd403

Please sign in to comment.