Skip to content

Commit

Permalink
Merge pull request #784 from Automattic/Z-188277
Browse files Browse the repository at this point in the history
fix(nginx): add `openssl` to fix certificate generation
  • Loading branch information
sjinks authored Jun 20, 2024
2 parents cca53be + 338c90f commit f4e7df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx:1.27.0-alpine@sha256:69f8c2c72671490607f52122be2af27d4fc09657ff57e42045801aa93d2090f7

RUN apk upgrade --no-cache && apk add --no-cache shadow
RUN apk upgrade --no-cache && apk add --no-cache shadow openssl

COPY default.conf /etc/nginx/conf.d/default.conf
COPY errors/50x.html /usr/share/nginx/html/50x.html

0 comments on commit f4e7df9

Please sign in to comment.