This commit is contained in:
parent
31369bc140
commit
dfcbfd2f82
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ WORKDIR /build
|
|||
COPY . .
|
||||
|
||||
RUN apk add wget gzip tar && \
|
||||
wget -O mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-musl.tar.gz && \
|
||||
wget -O mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/v0.4.40/mdbook-v0.4.40-x86_64-unknown-linux-musl.tar.gz && \
|
||||
tar xvf mdbook.tar.gz && \
|
||||
./mdbook build
|
||||
|
||||
|
|
Loading…
Reference in a new issue