Skip to content

Commit

Permalink
fix: add missing python dependency for certbot
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Apr 30, 2019
1 parent 5aa1372 commit 91dbae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& curl -sL https://deb.nodesource.com/setup_10.x | bash \
# && apt-get update \ # above calls apt-get update
&& apt-get install -y --allow-unauthenticated --no-install-recommends \
certbot \
certbot python3-pyasn1 \
nodejs \
php-apcu \
php5.6-cli \
Expand Down

0 comments on commit 91dbae0

Please sign in to comment.