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

docker: remove dependencies from Dockerfile as they are automatically installed based on villas-node.spec

This commit is contained in:
Steffen Vogel 2017-07-12 12:03:14 +02:00
parent e927795388
commit c1148b11e6

View file

@ -26,29 +26,12 @@
FROM fedora:latest
MAINTAINER Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
# Install dependencies
RUN dnf -y update && \
dnf -y install \
libconfig \
libnl3 \
libcurl \
jansson
# Some additional tools required for running VILLASnode
RUN dnf -y update && \
dnf -y install \
iproute \
openssl
# Some of the dependencies are only available in our own repo
ADD https://villas.fein-aachen.org/packages/villas.repo /etc/yum.repos.d/
RUN dnf -y update && \
dnf -y install \
libwebsockets \
libxil \
nanomsg \
villas-node \
villas-node-doc