From 1ba89a9bc8843560fb2b971c832dbb68495bf68f Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Wed, 12 Jan 2022 11:06:12 +1300 Subject: [PATCH] Add Python pip to default tools --- Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a43470..292a4a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ RUN \ && apt-get update \ && \ echo "**** Install tools ****" \ - && apt-get install -y \ + && apt-get install -y --reinstall \ bash \ bash-completion \ gcc \ @@ -68,6 +68,10 @@ RUN \ less \ make \ nano \ + python3 \ + python3-numpy \ + python3-pip \ + python3-setuptools \ rsync \ sudo \ unzip \ @@ -101,9 +105,6 @@ RUN \ net-tools \ pciutils \ pkg-config \ - python3 \ - python3-numpy \ - python3-setuptools \ x11vnc \ xauth \ xfonts-base \