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 0078d19 commit b165d07Copy full SHA for b165d07
mdbook/Dockerfile
@@ -1,7 +1,9 @@
1
FROM ghcr.io/carapace-sh/base
2
ARG version=0.4.43
3
4
-RUN apt-get update && apt-get install -y unzip
+RUN apt-get update && apt-get install -y git unzip
5
+
6
+RUN git config --system safe.directory '*'
7
8
RUN curl -L "https://github.com/rust-lang/mdBook/releases/download/v${version}/mdbook-v${version}-x86_64-unknown-linux-gnu.tar.gz" | tar -xvz mdbook \
9
&& mv mdbook /usr/local/bin/
0 commit comments