🔃 Sync Hub v0.6.1

This commit is contained in:
jokob-sk
2024-06-06 07:34:13 +10:00
parent 5f59097b0d
commit b7b1a9eb48

View File

@@ -5,9 +5,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 python3-dev gcc musl-dev libffi-dev openssl-dev
RUN apk add --no-cache bash python3 \
RUN apk add --no-cache bash python3 python3-dev gcc musl-dev libffi-dev \
&& python -m venv /opt/venv