mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-07 08:38:45 +00:00
no cache pypi package
This commit is contained in:
parent
c688099444
commit
47e0064de8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RUN apt-get install -y --no-install-recommends jq curl
|
||||||
RUN apt-get install -y --no-install-recommends python3-venv && \
|
RUN apt-get install -y --no-install-recommends python3-venv && \
|
||||||
python3 -m venv /opt/venv && \
|
python3 -m venv /opt/venv && \
|
||||||
. /opt//venv/bin/activate && \
|
. /opt//venv/bin/activate && \
|
||||||
pip install -r /opt/requirements.txt
|
pip install --no-cache-dir -r /opt/requirements.txt
|
||||||
|
|
||||||
RUN dkp-pacman -S --needed --noconfirm \
|
RUN dkp-pacman -S --needed --noconfirm \
|
||||||
switch-glm switch-libjpeg-turbo \
|
switch-glm switch-libjpeg-turbo \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue