From: garciadeblas Date: Fri, 26 Oct 2018 20:46:53 +0000 (+0200) Subject: Added dh-make to Dockerfile X-Git-Tag: v5.0.0~21 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLW-UI.git;a=commitdiff_plain;h=cb541fcbce8951ac488037253c80a10fd432d60b Added dh-make to Dockerfile Change-Id: Ia154dd507ea99605e0a504230705f2ccaf3192c4 Signed-off-by: garciadeblas --- diff --git a/Dockerfile b/Dockerfile index f028c0f..2cb64d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ FROM ubuntu:16.04 RUN apt-get update && apt-get -y install git make libcurl4-gnutls-dev \ - libgnutls-dev debhelper apt-utils + libgnutls-dev debhelper apt-utils dh-make