Skip to content

Commit f8d581c

Browse files
committed
add jq
1 parent d0fc942 commit f8d581c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM haproxy:alpine
22
USER root
3-
RUN apk add --no-cache certbot certbot-dns openssl bash
3+
RUN apk add --no-cache certbot certbot-dns openssl bash jq
44
COPY ./certbot_entrypoint.sh /certbot_entrypoint.sh
55
RUN chmod +x /certbot_entrypoint.sh
66
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

Comments
 (0)