From 1c739626d0a6435ffc007aa0bc07f1cc11dcc214 Mon Sep 17 00:00:00 2001 From: William Riley Date: Thu, 10 Jan 2019 21:50:48 +0000 Subject: [PATCH] Remove python --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc810d8..913963c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,14 +53,10 @@ RUN apt-get update -qqy \ build-essential \ less nano tree \ jq \ - python python-pip \ rsync \ gpg-agent \ && rm -rf /var/lib/apt/lists/* -# Make sure pip up to date -RUN pip install --upgrade pip setuptools - #========== # Maven #========== @@ -93,7 +89,7 @@ RUN apt-get update -qqy \ && rm -rf /var/lib/apt/lists/* #======================================== -# Add normal user with passwordless sudo +# Add user for jenkins #======================================== RUN useradd jenkins --shell /bin/bash --create-home