From ce2aeb3585264e8908d7bd808e0c09dd857117f9 Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 14 Mar 2023 17:24:23 +1100 Subject: [PATCH] We need bash for the ssl renewal script --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 201855f..a7cab77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -