Skip to content

Commit

Permalink
build: Mark the xml2rfc directory as safe (#870)
Browse files Browse the repository at this point in the history
Otherwise git won't work in the dev image.

I considered a tweak to .bashrc instead; but this seems fine.
  • Loading branch information
martinthomson authored Aug 22, 2022
1 parent 701d5ce commit a4f9dfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN pip3 install \
tox \
decorator \
dict2xml \
"pypdf2>=2.6.0"
"pypdf2>=2.6.0" && \
git config --global --add safe.directory /root/xml2rfc

ENTRYPOINT bash

0 comments on commit a4f9dfb

Please sign in to comment.