From c1148b11e6024e69905e4ce549fe93d53abab9b9 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 12 Jul 2017 12:03:14 +0200 Subject: [PATCH] docker: remove dependencies from Dockerfile as they are automatically installed based on villas-node.spec --- Dockerfile | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7409fe147..11584e183 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,29 +26,12 @@ FROM fedora:latest MAINTAINER Steffen Vogel - -# 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