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:
parent
e927795388
commit
c1148b11e6
1 changed files with 0 additions and 17 deletions
17
Dockerfile
17
Dockerfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue