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.
1 parent fc13634 commit 699f6f4Copy full SHA for 699f6f4
crates/cargo-test-support/containers/apache/Dockerfile
@@ -6,6 +6,7 @@ COPY bar /repos/bar
6
WORKDIR /repos/bar
7
RUN git config --global user.email "[email protected]" &&\
8
git config --global user.name "Test User" &&\
9
+ git config --system --add safe.directory '*' &&\
10
git init -b master . &&\
11
git add Cargo.toml src &&\
12
git commit -m "Initial commit" &&\
0 commit comments