mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
wip fix dockerfile
This commit is contained in:
parent
5342eb49c7
commit
ae1254dc68
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ RUN apk update && \
|
|||
# ---- Back-end builder image ----
|
||||
FROM base AS back-builder
|
||||
|
||||
RUN apk add \
|
||||
cargo
|
||||
|
||||
WORKDIR /builder
|
||||
|
||||
# Copy required python dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue