Merge pull request #738 from eexwhyzee/add-bash-to-dockerfile

[MRG] Adding bash to Dockerfile to fix git-credential-env
pull/745/head
Tim Head 2019-07-11 08:06:52 +02:00 zatwierdzone przez GitHub
commit fbe3503320
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 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

Wyświetl plik

@ -22,6 +22,8 @@ Bug fixes
---------
- Prevent building the image as root if --user-id and --user-name are not specified
in :pr:`676` by :user:`Xarthisius`.
- Add bash to Dockerfile to fix usage of private repos with git-crendential-env in
:pr:`738` by :user:`eexwhyzee`.
Version 0.9.0