blob: 2cb64d04722c051e1774b26f997daa8a2996c26d [file] [log] [blame]
garciadeblasf5c33072018-09-27 18:03:45 +02001# This Dockerfile is intented for devops and deb package generation
2#
3# Use Dockerfile.local for running osm/NBI in a docker container from source
4# Use Dockerfile.fromdeb for running osm/NBI in a docker container from last stable package
lombardoffb37bca2018-05-03 16:20:04 +02005
lombardoffb37bca2018-05-03 16:20:04 +02006
garciadeblasf5c33072018-09-27 18:03:45 +02007FROM ubuntu:16.04
lombardofrc89a4a02018-09-02 16:15:25 +02008
garciadeblasf5c33072018-09-27 18:03:45 +02009RUN apt-get update && apt-get -y install git make libcurl4-gnutls-dev \
garciadeblascb541fc2018-10-26 22:46:53 +020010 libgnutls-dev debhelper apt-utils dh-make
garciadeblasf5c33072018-09-27 18:03:45 +020011