fix: use pre-built mdbook image
This commit is contained in:
parent
f8d7067ea0
commit
6ab266ade5
1 changed files with 2 additions and 5 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
# Build stage
|
# Build stage - use pre-built mdbook
|
||||||
FROM rust:1.75-alpine AS builder
|
FROM peaceiris/mdbook:v0.4.40 AS builder
|
||||||
|
|
||||||
RUN apk add --no-cache musl-dev
|
|
||||||
RUN cargo install mdbook --version 0.4.40
|
|
||||||
|
|
||||||
WORKDIR /book
|
WORKDIR /book
|
||||||
COPY book.toml .
|
COPY book.toml .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue