1
0
mirror of https://gitlab.com/psono/psono-server synced 2025-04-18 09:44:01 +03:00

Trying with openssl-dev dependency

Signed-off-by: Sascha Pfeiffer <sascha.pfeiffer@esaqa.com>
This commit is contained in:
Sascha Pfeiffer 2024-12-11 10:13:40 +01:00
parent 5a1ab50431
commit b0708d27f7

View File

@ -21,6 +21,7 @@ RUN apk upgrade && \
postgresql-dev && \
apk add --virtual .build-deps \
build-base \
openssl-dev \
libffi-dev \
linux-headers && \
pip3 install --upgrade setuptools pip && \