Install hopefully pip, setuptools and wheel in each base image
This commit is contained in:
@@ -5,6 +5,6 @@ RUN set -ex; \
|
|||||||
apt-get update; \
|
apt-get update; \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install \
|
DEBIAN_FRONTEND=noninteractive apt-get install \
|
||||||
-qyy -o APT::Install-Recommends=false -o APT::Install-Suggests=false \
|
-qyy -o APT::Install-Recommends=false -o APT::Install-Suggests=false \
|
||||||
tzdata openssl ca-certificates locales rustc; \
|
tzdata openssl ca-certificates locales rustc python3-pip python3-setuptools python3-wheel; \
|
||||||
locale-gen en_US.UTF-8 en_GB.UTF-8 nl_NL.UTF-8
|
locale-gen en_US.UTF-8 en_GB.UTF-8 nl_NL.UTF-8
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
@@ -7,6 +7,7 @@ RUN sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
apache2-dev \
|
apache2-dev \
|
||||||
checkinstall \
|
checkinstall \
|
||||||
|
rustc python3-pip python3-setuptools python3-wheel \
|
||||||
curl
|
curl
|
||||||
|
|
||||||
RUN apt-get build-dep -y python3.6
|
RUN apt-get build-dep -y python3.6
|
||||||
|
@@ -5,7 +5,7 @@ RUN set -ex; \
|
|||||||
apt-get update; \
|
apt-get update; \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -qy \
|
DEBIAN_FRONTEND=noninteractive apt-get install -qy \
|
||||||
git \
|
git \
|
||||||
rustc \
|
rustc python3-setuptools python3-wheel python3-pip \
|
||||||
build-essential \
|
build-essential \
|
||||||
checkinstall \
|
checkinstall \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
|
@@ -11,7 +11,7 @@ RUN set -ex; \
|
|||||||
libjpeg8 \
|
libjpeg8 \
|
||||||
libtiff5 \
|
libtiff5 \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
rustc \
|
rustc python3-setuptools python3-wheel python3-pip \
|
||||||
rsyslog logrotate \
|
rsyslog logrotate \
|
||||||
nano vim-tiny curl; \
|
nano vim-tiny curl; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
Reference in New Issue
Block a user