Skip to content

Commit

Permalink
Bugfix: openssl3 is now plain openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
FST777 committed May 18, 2024
1 parent 1f89b13 commit d86fd8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN mkdir -p /tmp/root/usr/local/share/cayman/CA
COPY cayman /tmp/root/usr/local/bin/
COPY cayman.conf openssl.conf /tmp/root/usr/local/etc/
COPY nginx.conf /tmp/root/etc/nginx/conf.d/default.conf
RUN mkdir /tmp/root/usr/bin; ln -s /usr/bin/openssl3 /tmp/root/usr/bin/openssl

# Adjust cayman.conf
RUN sed -i 's|^PDIR=.*$|PDIR="/usr/local/share/cayman/CA/"|' /tmp/root/usr/local/etc/cayman.conf && \
Expand All @@ -26,7 +25,7 @@ FROM docker.io/openresty/openresty:alpine-apk
LABEL maintainer="Frans-Jan van Steenbeek <frans-jan@van-steenbeek.net>"

# Install OpenSSL
RUN apk add --no-cache --update openssl3
RUN apk add --no-cache --update openssl

# Add cayman
COPY --from=builder /tmp/root/ /
Expand Down

0 comments on commit d86fd8a

Please sign in to comment.