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