Skip to content

Commit ba38212

Browse files
committed
derp
1 parent 2aba0aa commit ba38212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ USER root
33
RUN apk add --no-cache certbot certbot-dns openssl bash
44
COPY ./certbot_entrypoint.sh /certbot_entrypoint.sh
55
RUN chmod +x /certbot_entrypoint.sh
6-
RUN wget -O dataplaneapi.apk --allow-untrusted https://github.com/haproxytech/dataplaneapi/releases/download/v3.1.1/dataplaneapi_3.1.1_linux_amd64.apk
7-
RUN apk add dataplaneapi.apk
6+
RUN wget -O dataplaneapi.apk https://github.com/haproxytech/dataplaneapi/releases/download/v3.1.1/dataplaneapi_3.1.1_linux_amd64.apk
7+
RUN apk add --allow-untrusted dataplaneapi.apk
88

99
VOLUME /etc/letsencrypt
1010
EXPOSE 80 443

0 commit comments

Comments
 (0)