Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Apr 19, 2024
1 parent 144b312 commit 51675e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ FROM python:3.12.3-alpine3.19 as certbot
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates build-base libffi-dev && \
python3 -m venv /usr/local && \
pip install --no-cache-dir \
certbot==2.10.0 \
certbot-dns-cloudflare==2.10.0
# needs go certbot-dns-multi==4.16.1
pip install --no-cache-dir certbot==2.10.0

FROM scratch
COPY --from=certbot /usr/local /usr/local

0 comments on commit 51675e8

Please sign in to comment.