We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d581c commit a11f2cbCopy full SHA for a11f2cb
Dockerfile
@@ -1,6 +1,6 @@
1
FROM haproxy:alpine
2
USER root
3
-RUN apk add --no-cache certbot certbot-dns openssl bash jq
+RUN apk add --no-cache certbot certbot-dns openssl bash jq curl
4
COPY ./certbot_entrypoint.sh /certbot_entrypoint.sh
5
RUN chmod +x /certbot_entrypoint.sh
6
RUN wget -O dataplaneapi.apk https://github.com/haproxytech/dataplaneapi/releases/download/v3.1.1/dataplaneapi_3.1.1_linux_amd64.apk
0 commit comments