Skip to content

Commit fee9186

Browse files
committed
Remove the http.extraheader field from the Git repo in the Docker image otherwise you can't do git pull
1 parent 9597d9b commit fee9186

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build/dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ RUN pip install --root-user-action ignore -r /pyhpc-tutorial/build/requirements.
66

77
WORKDIR /pyhpc-tutorial/notebooks
88

9+
RUN git config --unset-all "http.https://github.com/.extraheader"
10+
911
ENTRYPOINT git pull && /bin/bash

0 commit comments

Comments
 (0)