commit b3d173b3fca5d91872edeb3fb7ee49261f3e17ff Author: Nico Schottelius Date: Sun Jun 13 09:45:38 2021 +0200 init diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..705fab6 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM alpine:3.13 + +RUN apk update +RUN apk add certbot