diff --git a/Dockerfile b/Dockerfile index 7663cd0..c4166b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM docker.io/library/archlinux:latest +FROM docker.io/library/alpine:latest -RUN pacman --sync --sysupgrade --refresh --noconfirm certbot bind-tools +RUN apk update && apk add certbot bind-tools ENTRYPOINT [ "certbot" ] \ No newline at end of file