Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Nov 7, 2022
1 parent 542f924 commit cf63e80
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,8 @@ RUN set -eux \
&& git clone --branch ${QUICHE_VERSION} --depth=1 --recurse-submodules --shallow-submodules ${QUICHE_URL} \
# fix Cargo OOM
&& mkdir -p ~/.cargo/ \
&& cat << EOF > ~/.cargo/config
[net]
git-fetch-with-cli = true
EOF
&& echo '[net]' > ~/.cargo/config \
&& echo 'git-fetch-with-cli = true' >> ~/.cargo/config \
\
# PCRE
&& wget -O pcre-${PCRE_VERSION}.tar.gz ${PCRE_URL} \
Expand Down

0 comments on commit cf63e80

Please sign in to comment.