Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
N2VC
/
4b81dfabae6b883bd5cde9c97614bcb410103429
/
.
/
Dockerfile
blob: b81e0dab46af608c48903f8381f50730607dc741 [
file
] [
log
] [
blame
]
Mike Marchetti
4b81dfa
2018-04-18 10:52:18 -0400
[
diff
] [
blame^
]
1
FROM ubuntu
:
16.04
2
3
RUN apt
-
get
update
&&
apt
-
get
-
y install git make python3 \
4
libcurl4
-
gnutls
-
dev libgnutls
-
dev tox python3
-
dev \
5
debhelper python3
-
setuptools python3
-
all apt
-
utils