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 f09a118Copy full SHA for f09a118
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" &&\
crates/cargo-test-support/containers/sshd/Dockerfile
@@ -14,6 +14,7 @@ USER testuser
14
15
16
17
18
19
20
0 commit comments