Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit e95fd68

Browse files
committed
fix: add missing certbot nginx driver
1 parent 9f5ea5c commit e95fd68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proxy/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apk add --no-cache\
77
py3-pip \
88
curl &&\
99
pip3 install --no-cache-dir \
10-
j2cli==0.3.10 &&\
10+
j2cli==0.3.10 \
11+
certbot-nginx==1.18.0 &&\
1112
curl -o /usr/local/bin/waitforit -sSL https://github.com/maxcnunes/waitforit/releases/download/v2.4.1/waitforit-linux_amd64 && \
1213
chmod +x /usr/local/bin/waitforit &&\
1314
rm -rf /etc/nginx/nginx.conf /etc/nginx/conf.d/*

0 commit comments

Comments
 (0)