mirror of
https://github.com/nikdoof/simple-webfinger.git
synced 2025-12-18 04:19:24 +00:00
Add cargo to docker deps
This commit is contained in:
@@ -16,7 +16,7 @@ ENV PYTHONFAULTHANDLER=1 \
|
|||||||
POETRY_VERSION=1.7.1
|
POETRY_VERSION=1.7.1
|
||||||
|
|
||||||
# System deps:
|
# 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"
|
RUN pip install "poetry==$POETRY_VERSION"
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|||||||
Reference in New Issue
Block a user