pip install wheel added

This commit is contained in:
Dmitry Afanasyev 2022-09-15 11:32:20 +03:00
parent c9e69b72cc
commit 672211695f

View File

@ -30,7 +30,7 @@ RUN printf "================\n\nStart build app. USER is: "${USER}"\n\n=========
sshpass \
&& pip install --upgrade pip \
# Installing `poetry` package manager:
&& pip install poetry \
&& pip install poetry wheel\
# Cleaning cache:
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*