chg: Dockerfile (alpine) - use system site-packages with venv

pull/2386/head
Bharath Vignesh J K 2023-05-12 03:59:19 +05:30
parent adafb32a2f
commit 4bf16e9566
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ RUN apk add --no-cache \
libffi-dev \
openssl-dev
RUN python${PYTHON_VERSION} -m venv venv
RUN python${PYTHON_VERSION} -m venv --system-site-packages --without-pip venv
COPY requirements.txt webui-requirements.txt optional-requirements.txt ./