mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-24 09:44:48 +03:00
chg: Dockerfile (alpine) - use system site-packages with venv
This commit is contained in:
parent
adafb32a2f
commit
4bf16e9566
@ -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 ./
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user