We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7192703 commit 809fb00Copy full SHA for 809fb00
docker/Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3.14
2
3
-RUN apk add --no-cache bash curl less ca-certificates git tzdata zip gettext \
+RUN apk add --no-cache bash curl less ca-certificates git tzdata zip gettext sed \
4
nginx curl supervisor certbot-nginx && \
5
rm -rf /var/cache/apk/* && mkdir -p /run/nginx
6
0 commit comments