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 a78830f commit 94c16a3Copy full SHA for 94c16a3
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