From facba3165994b2a47f09a33c77ac7f3c79688fc2 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 29 Jun 2017 20:43:21 +0200 Subject: [PATCH] add missing build dependencies for Ubuntu --- Dockerfile.dev-ubuntu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.dev-ubuntu b/Dockerfile.dev-ubuntu index e0b77381c..a9d860739 100644 --- a/Dockerfile.dev-ubuntu +++ b/Dockerfile.dev-ubuntu @@ -40,7 +40,8 @@ RUN apt-get update && apt-get install -y \ pkg-config make cmake \ autoconf automake autogen libtool \ flex bison \ - texinfo git curl tar + texinfo \ + git curl tar # Several tools only needed for developement and testing RUN apt-get update && apt-get install -y \ @@ -64,11 +65,10 @@ RUN apt-get update && apt-get install -y \ RUN pip install \ gcovr -# Some of the dependencies are only available in our own repo -ADD https://villas.fein-aachen.org/packages/villas.repo /etc/yum.repos.d/ - # Dependencies RUN apt-get update && apt-get install -y \ + libsodium-dev \ + libpgm-dev \ libssl-dev \ libconfig-dev \ libnl-3-dev libnl-route-3-dev \