eugene-khyst / letsencrypt-docker-compose

Set up Nginx and Let’s Encrypt in less than 3 minutes with a Docker Compose project that automatically obtains and renews free Let's Encrypt SSL/TLS certificates and sets up HTTPS in Nginx for multiple domain names. Configuration is done using a simple CLI tool.
Apache License 2.0
473 stars 218 forks source link

Use not only Official & Alpine image #17

Closed steklopod closed 2 years ago

steklopod commented 2 years ago

nginx/Dockerfile


FROM nginx:1.23-alpine

RUN apk add --no-cache openssl # <-- Here is an exception


```log
apk: not found

eugene-khyst commented 2 years ago

ranadeeppolavarapu/nginx-http3 is built on top of Alpine itself: https://github.com/RanadeepPolavarapu/docker-nginx-http3/blob/master/Dockerfile And the apk is widely used in its Dockerfile.