We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b16b610 + 9c29cc0 commit fbe3503Copy full SHA for fbe3503
Dockerfile
@@ -12,8 +12,8 @@ RUN mkdir /tmp/wheelhouse \
12
13
FROM alpine:${ALPINE_VERSION}
14
15
-# install python, git
16
-RUN apk add --no-cache git git-lfs python3
+# install python, git, bash
+RUN apk add --no-cache git git-lfs python3 bash
17
18
# install repo2docker
19
COPY --from=0 /tmp/wheelhouse /tmp/wheelhouse
docs/source/changelog.rst
@@ -22,6 +22,8 @@ Bug fixes
22
---------
23
- Prevent building the image as root if --user-id and --user-name are not specified
24
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`.
27
28
29
Version 0.9.0
0 commit comments