Skip to content

Commit b165d07

Browse files
committed
mdbook: added git
1 parent 0078d19 commit b165d07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mdbook/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
FROM ghcr.io/carapace-sh/base
22
ARG version=0.4.43
33

4-
RUN apt-get update && apt-get install -y unzip
4+
RUN apt-get update && apt-get install -y git unzip
5+
6+
RUN git config --system safe.directory '*'
57

68
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 \
79
&& mv mdbook /usr/local/bin/

0 commit comments

Comments
 (0)