This commit is contained in:
jokob-sk
2024-06-06 07:52:49 +10:00
parent 205cbcf9eb
commit 09b3f44e23
6 changed files with 685 additions and 5 deletions

View File

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