Skip to content

Commit 7ccefff

Browse files
committed
🔥(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.
1 parent a028df5 commit 7ccefff

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ FROM base AS back-builder
1414

1515
WORKDIR /builder
1616

17-
# Install Rust and Cargo using Alpine's package manager
18-
RUN apk add --no-cache \
19-
build-base \
20-
libffi-dev \
21-
rust \
22-
cargo
23-
2417
# Copy required python dependencies
2518
COPY ./src/backend /builder
2619

0 commit comments

Comments
 (0)