up to date repo

This commit is contained in:
2025-02-16 08:48:50 +01:00
parent 6e9f7542c4
commit 1c25dc156a
2 changed files with 31 additions and 27 deletions

View File

@@ -1,7 +1,6 @@
FROM neilpang/acme.sh:latest
MAINTAINER gyurix
FROM alpine
RUN apk update && apk add --no-cache jq
RUN apk update && apk add --no-cache jq curl openssl socat
COPY ./start.letsencrypt.sh /start.letsencrypt.sh
ENTRYPOINT ["/start.letsencrypt.sh"]