From a0715be50fd33683d1dcadeebbc54f833e23e840 Mon Sep 17 00:00:00 2001 From: Minh Hoang Date: Wed, 10 Jul 2019 09:43:29 -0700 Subject: [PATCH] Adding bash to Dockerfile to fix git-credential-env --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13cc5018..0ab7498f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,8 @@ RUN mkdir /tmp/wheelhouse \ FROM alpine:${ALPINE_VERSION} -# install python, git -RUN apk add --no-cache git git-lfs python3 +# install python, git, bash +RUN apk add --no-cache git git-lfs python3 bash # install repo2docker COPY --from=0 /tmp/wheelhouse /tmp/wheelhouse