Skip to content

Commit

Permalink
Merge pull request #195 from mlnorthernswe/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile in nginx-certbot: python-certbot-nginx => python3-certbot-nginx
  • Loading branch information
martialblog authored Dec 6, 2024
2 parents 1c9322d + bc1525c commit c10f9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-certbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN set -ex; \
apt-get update && \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
certbot curl python-certbot-nginx && \
certbot curl python3-certbot-nginx && \
apt-get -y autoclean; apt-get -y autoremove; \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit c10f9db

Please sign in to comment.