mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
🔥(backend) remove rust from the back-builder Dockerfile stage
Rust was installed to build the pycrdt wheel. There is no need anymore to install rust, a wheel is available for this package.
This commit is contained in:
parent
a028df54ce
commit
7cceffff13
1 changed files with 0 additions and 7 deletions
|
|
@ -14,13 +14,6 @@ FROM base AS back-builder
|
||||||
|
|
||||||
WORKDIR /builder
|
WORKDIR /builder
|
||||||
|
|
||||||
# Install Rust and Cargo using Alpine's package manager
|
|
||||||
RUN apk add --no-cache \
|
|
||||||
build-base \
|
|
||||||
libffi-dev \
|
|
||||||
rust \
|
|
||||||
cargo
|
|
||||||
|
|
||||||
# Copy required python dependencies
|
# Copy required python dependencies
|
||||||
COPY ./src/backend /builder
|
COPY ./src/backend /builder
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue