From 74d895f6646849667fde51e01f23a5a6eb4f7e9e Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Wed, 18 Apr 2018 11:17:45 -0400 Subject: [PATCH] add python-all for build Signed-off-by: Mike Marchetti --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b81e0da..80718ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:16.04 -RUN apt-get update && apt-get -y install git make python3 \ +RUN apt-get update && apt-get -y install git make python python3 \ libcurl4-gnutls-dev libgnutls-dev tox python3-dev \ - debhelper python3-setuptools python3-all apt-utils + debhelper python3-setuptools python-all python3-all apt-utils -- 2.17.1