Add Python pip to default tools
This commit is contained in:
@@ -59,7 +59,7 @@ RUN \
|
|||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& \
|
&& \
|
||||||
echo "**** Install tools ****" \
|
echo "**** Install tools ****" \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y --reinstall \
|
||||||
bash \
|
bash \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
gcc \
|
gcc \
|
||||||
@@ -68,6 +68,10 @@ RUN \
|
|||||||
less \
|
less \
|
||||||
make \
|
make \
|
||||||
nano \
|
nano \
|
||||||
|
python3 \
|
||||||
|
python3-numpy \
|
||||||
|
python3-pip \
|
||||||
|
python3-setuptools \
|
||||||
rsync \
|
rsync \
|
||||||
sudo \
|
sudo \
|
||||||
unzip \
|
unzip \
|
||||||
@@ -101,9 +105,6 @@ RUN \
|
|||||||
net-tools \
|
net-tools \
|
||||||
pciutils \
|
pciutils \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3 \
|
|
||||||
python3-numpy \
|
|
||||||
python3-setuptools \
|
|
||||||
x11vnc \
|
x11vnc \
|
||||||
xauth \
|
xauth \
|
||||||
xfonts-base \
|
xfonts-base \
|
||||||
|
|||||||
Reference in New Issue
Block a user