Skip to content

Commit fbe3503

Browse files
authored
Merge pull request #738 from eexwhyzee/add-bash-to-dockerfile
[MRG] Adding bash to Dockerfile to fix git-credential-env
2 parents b16b610 + 9c29cc0 commit fbe3503

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN mkdir /tmp/wheelhouse \
1212

1313
FROM alpine:${ALPINE_VERSION}
1414

15-
# install python, git
16-
RUN apk add --no-cache git git-lfs python3
15+
# install python, git, bash
16+
RUN apk add --no-cache git git-lfs python3 bash
1717

1818
# install repo2docker
1919
COPY --from=0 /tmp/wheelhouse /tmp/wheelhouse

docs/source/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Bug fixes
2222
---------
2323
- Prevent building the image as root if --user-id and --user-name are not specified
2424
in :pr:`676` by :user:`Xarthisius`.
25+
- Add bash to Dockerfile to fix usage of private repos with git-crendential-env in
26+
:pr:`738` by :user:`eexwhyzee`.
2527

2628

2729
Version 0.9.0

0 commit comments

Comments
 (0)