mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-16 21:50:39 +03:00
pip install wheel added
This commit is contained in:
@@ -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/*
|
||||||
|
|||||||
Reference in New Issue
Block a user