Skip to content

Commit d9403ed

Browse files
Change python-certbot-nginx to python3-certbot-nginx
1 parent 7be375b commit d9403ed

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
@@ -25,7 +25,7 @@ RUN set -ex; \
2525
sudo \
2626
# Install certbot
2727
certbot \
28-
python-certbot-nginx \
28+
python3-certbot-nginx \
2929
; \
3030
\
3131
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \

0 commit comments

Comments
 (0)