We need bash for the ssl renewal script

This commit is contained in:
Deon George 2023-03-14 17:24:23 +11:00
parent cf6541015e
commit ce2aeb3585

View File

@ -6,7 +6,7 @@ FROM nginx:alpine
# Change to http respositories, so they we can cache the install packages
RUN if [ -n ${HTTP_PROXY} ] ; then sed -ie s'/https/http/' /etc/apk/repositories; fi
RUN apk add --no-cache nginx nginx-mod-mail
RUN apk add --no-cache nginx nginx-mod-mail bash
# Add acme-lego Certbot
RUN curl -sL https://github.com/go-acme/lego/releases/download/v4.6.0/lego_v4.6.0_linux_amd64.tar.gz | tar -C /usr/sbin -xzf -