Skip to content

Commit

Permalink
[deps] Fixed openssl dependency in Nginx Image #318
Browse files Browse the repository at this point in the history
In #318, I initially removed the OpenSSL dependency from the Nginx
image, assuming it was included in the base image. However, the base
image removes the OpenSSL package in a later build step.
This commit reinstates the OpenSSL dependency to ensure proper
functionality.

Related to #318
  • Loading branch information
pandafy committed Sep 18, 2024
1 parent 19aabb5 commit a84396b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/openwisp_nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM nginx:1.27.0-alpine

RUN apk add --update --no-cache \
openssl~=3.1.7-r0 \
py3-pip~=23.3.1-r0 \
certbot~=2.7.4-r0 \
certbot-nginx~=2.7.4-r0 && \
Expand Down

0 comments on commit a84396b

Please sign in to comment.