| commit | c8bf500ac25aaae1d76f93d3d1f1cec2e32ed26b | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Wed Apr 25 15:03:33 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Wed Apr 25 15:03:33 2018 -0400 |
| tree | 5a43f4702b1a23920e1230e89fae5ff4865b3dfe | |
| parent | 26009a1e53a9c450bcf7fd0631bdcdedea1d1432 [diff] [blame] |
Add python3-all Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/Dockerfile b/Dockerfile index 767d3f8..7b6b85f 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -2,4 +2,4 @@ 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