From f97ca9146eba8d69ee01cea2f237808ddb977a63 Mon Sep 17 00:00:00 2001 From: Brett O'Donnell Date: Mon, 4 Feb 2019 22:37:43 +1030 Subject: [PATCH] added bash support ref: https://stackoverflow.com/questions/40944479/how-to-use-bash-with-an-alpine-based-docker-image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f85a4b7..5cc3af1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM alpine:3.3 RUN apk update +RUN apk add --no-cache bash RUN apk add python py-pip py-setuptools git ca-certificates RUN pip install python-dateutil