From bb8d7019f57b9072574d52b8736a641a4cf5b646 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 25 Mar 2017 11:19:33 -0700 Subject: [PATCH] dockerfile: make dokku happy --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d19a722..cf9b3e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM xena/christine.website ENV PORT 8080 EXPOSE 8080 +RUN apk add --no-cache bash