Install hopefully pip, setuptools and wheel in each base image

This commit is contained in:
Anna Sirota
2021-03-17 15:44:55 +01:00
parent 8a8d3f6d64
commit a352eae35f
4 changed files with 4 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ RUN set -ex; \
libjpeg8 \
libtiff5 \
ffmpeg \
rustc \
rustc python3-setuptools python3-wheel python3-pip \
rsyslog logrotate \
nano vim-tiny curl; \
rm -rf /var/lib/apt/lists/*