[k8s] update Dockerfile for Task#10707

This commit is contained in:
kjg 2022-07-06 11:44:22 +00:00
parent 2c03ff46f0
commit 3ae07d4598
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN mkdir -p /nginx /www_http
COPY nginx-http-redir.conf /nginx/default.conf
# For renewing the certificates
COPY renew_cert.sh /etc/periodic/daily/
COPY renew_cert.sh /etc/periodic/daily/renew_cert
RUN apk update && apk add certbot bind-tools