From 36fcd5172d9a20d40ae326871e0a951ee54438a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Thu, 15 Feb 2018 13:08:12 +0100 Subject: [PATCH] fix: install bash, run script requires it:> --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 25f7799..d8fe5be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM docker.jcg.re/base-caddy +RUN apk add --no-cache bash ADD root / EXPOSE 2015 80 443 VOLUME ["/caddy", "/var/www"]