Adding bash to Dockerfile to fix git-credential-env

pull/738/head
Minh Hoang 2019-07-10 09:43:29 -07:00
rodzic b16b610192
commit a0715be50f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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