From: Mike Marchetti Date: Wed, 25 Apr 2018 19:03:33 +0000 (-0400) Subject: Add python3-all X-Git-Tag: v4.0.0~15 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=c8bf500ac25aaae1d76f93d3d1f1cec2e32ed26b;p=osm%2Fcommon.git Add python3-all Signed-off-by: Mike Marchetti --- diff --git a/Dockerfile b/Dockerfile index 767d3f8..7b6b85f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM ubuntu:16.04 RUN apt-get update && apt-get -y install git make python python3 \ libcurl4-gnutls-dev libgnutls-dev tox python-dev python3-dev \ - debhelper python-setuptools python-all apt-utils python-magic + debhelper python-setuptools python-all python3-all apt-utils python-magic