| garciadeblas | f5c3307 | 2018-09-27 18:03:45 +0200 | [diff] [blame] | 1 | # 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 |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 5 | |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 6 | |
| garciadeblas | f5c3307 | 2018-09-27 18:03:45 +0200 | [diff] [blame] | 7 | FROM ubuntu:16.04 |
| lombardofr | c89a4a0 | 2018-09-02 16:15:25 +0200 | [diff] [blame] | 8 | |
| garciadeblas | f5c3307 | 2018-09-27 18:03:45 +0200 | [diff] [blame] | 9 | RUN apt-get update && apt-get -y install git make libcurl4-gnutls-dev \ |
| garciadeblas | cb541fc | 2018-10-26 22:46:53 +0200 | [diff] [blame^] | 10 | libgnutls-dev debhelper apt-utils dh-make |
| garciadeblas | f5c3307 | 2018-09-27 18:03:45 +0200 | [diff] [blame] | 11 | |