Add cargo to docker deps

This commit is contained in:
2024-08-16 09:51:10 +01:00
parent bc73f3da76
commit 13f3408ddc

View File

@@ -16,7 +16,7 @@ ENV PYTHONFAULTHANDLER=1 \
POETRY_VERSION=1.7.1
# System deps:
RUN apk add build-base unzip wget python3-dev libffi-dev rust
RUN apk add build-base unzip wget python3-dev libffi-dev rust cargo
RUN pip install "poetry==$POETRY_VERSION"
WORKDIR /src