fix: use alpine instead of arch linux
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3a17d3d60c
commit
391c9bfc1c
@ -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" ]
|
Loading…
Reference in New Issue
Block a user