projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80d61ec
)
add python3-all dep
01/6001/1
author
Mike Marchetti
<mmarchetti@sandvine.com>
Wed, 18 Apr 2018 17:58:57 +0000
(13:58 -0400)
committer
Mike Marchetti
<mmarchetti@sandvine.com>
Wed, 18 Apr 2018 17:58:57 +0000
(13:58 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
b7a8a91
..
058c506
100644
(file)
--- 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
+ debhelper python-setuptools python-all
python3-all
apt-utils