🔃 Sync Hub v0.57

This commit is contained in:
jokob-sk
2024-06-05 08:16:28 +10:00
parent da169c1173
commit 96f18b40d1

View File

@@ -4,6 +4,9 @@ ARG INSTALL_DIR=/app
ENV PYTHONUNBUFFERED 1
# Install build dependencies
RUN apk add --no-cache bash python3 python3-dev gcc musl-dev libffi-dev openssl-dev
RUN apk add --no-cache bash python3 \
&& python -m venv /opt/venv