From ac86029a4b13e8654c135cd1780c71631d2ebaf9 Mon Sep 17 00:00:00 2001 From: Felipe Vicens Date: Thu, 25 Jun 2020 08:24:19 +0200 Subject: [PATCH] Adding python3-pip stage2 dependency Change-Id: I39e5e196fb598570ddd7376a0b280379546fa271 Signed-off-by: Felipe Vicens (cherry picked from commit 032bba4c743bc28afb495d28f82edaac7a6efe6e) --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 53e48bb..88aae5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:16.04 +FROM ubuntu:18.04 RUN apt-get update && apt-get -y install git make python python3 \ - libcurl4-gnutls-dev libgnutls-dev tox python3-dev \ - debhelper python3-setuptools python-all python3-all apt-utils + libcurl4-gnutls-dev libgnutls28-dev tox python3-dev python3-pip \ + debhelper python3-setuptools python-all python3-all apt-utils -- 2.17.1