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 d14c08f commit 9d2265dCopy full SHA for 9d2265d
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