mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
pip install wheel added
This commit is contained in:
parent
c9e69b72cc
commit
672211695f
@ -30,7 +30,7 @@ RUN printf "================\n\nStart build app. USER is: "${USER}"\n\n=========
|
|||||||
sshpass \
|
sshpass \
|
||||||
&& pip install --upgrade pip \
|
&& pip install --upgrade pip \
|
||||||
# Installing `poetry` package manager:
|
# Installing `poetry` package manager:
|
||||||
&& pip install poetry \
|
&& pip install poetry wheel\
|
||||||
# Cleaning cache:
|
# Cleaning cache:
|
||||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||||
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
|
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user