5 lines
95 B
Docker
5 lines
95 B
Docker
FROM certbot/certbot:latest
|
|
|
|
RUN apk update \
|
|
&& apk add jq curl\
|
|
&& rm -rf /var/cache/apk/*
|