Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
snorkrat authored Sep 30, 2022
1 parent a832d0f commit 287ea54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM certbot/certbot:v1.7.0
ARG CERTBOTBUILD

FROM certbot/$CERTBOTBUILD

RUN apk update && apk add --no-cache docker-cli bash
ADD entrypoint.sh .
Expand Down

0 comments on commit 287ea54

Please sign in to comment.