forked from metal3-io/metal3-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sanitize Makefile and improve document for mdbook
- Loading branch information
1 parent
5cc8a9d
commit 6223c3f
Showing
4 changed files
with
21 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM rust:1-slim | ||
ARG MDBOOK_VERSION="0.4.15" | ||
RUN cargo install mdbook --vers ${MDBOOK_VERSION} | ||
ARG MDBOOK_BIN_VERSION="0.4.15" | ||
RUN cargo install mdbook --vers ${MDBOOK_BIN_VERSION} | ||
RUN cp /usr/local/cargo/bin/mdbook /usr/bin/mdbook | ||
WORKDIR /workdir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters