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
|
||||
FROM rust:1.75-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache musl-dev
|
||||
RUN cargo install mdbook --version 0.4.40
|
||||
# Build stage - use pre-built mdbook
|
||||
FROM peaceiris/mdbook:v0.4.40 AS builder
|
||||
|
||||
WORKDIR /book
|
||||
COPY book.toml .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue