1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add missing build dependencies for Ubuntu

This commit is contained in:
Steffen Vogel 2017-06-29 20:43:21 +02:00
parent f6b439e740
commit facba31659

View file

@ -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 \