From a0715be50fd33683d1dcadeebbc54f833e23e840 Mon Sep 17 00:00:00 2001 From: Minh Hoang Date: Wed, 10 Jul 2019 09:43:29 -0700 Subject: [PATCH 1/3] 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 From ac952c157e2a1e8836a54f5b2b9877424cf8bd03 Mon Sep 17 00:00:00 2001 From: Minh Hoang Date: Wed, 10 Jul 2019 09:56:00 -0700 Subject: [PATCH 2/3] Update changelog --- docs/source/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 963fbe32..623b7fd6 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -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 From 9c29cc022da2cd9fa8e15314259d30d645048fc7 Mon Sep 17 00:00:00 2001 From: Minh Hoang Date: Wed, 10 Jul 2019 09:57:12 -0700 Subject: [PATCH 3/3] Missing punctuation --- docs/source/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 623b7fd6..25c1a935 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -23,7 +23,7 @@ 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` + :pr:`738` by :user:`eexwhyzee`. Version 0.9.0