mirror of
https://github.com/nikdoof/simple-webfinger.git
synced 2026-01-30 04:08:15 +00:00
Add openssl-dev
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 cargo
|
RUN apk add build-base unzip wget python3-dev libffi-dev rust cargo openssl-dev
|
||||||
RUN pip install "poetry==$POETRY_VERSION"
|
RUN pip install "poetry==$POETRY_VERSION"
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|||||||
Reference in New Issue
Block a user