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

use new location of package repo

This commit is contained in:
Steffen Vogel 2017-12-14 14:24:01 +01:00
parent 1c85fb0384
commit c56c545935
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ LABEL \
org.label-schema.usage = "https://villas.fein-aachen.org/doc/node-installation.html#node-installation-docker"
# Some of the dependencies are only available in our own repo
ADD https://villas.fein-aachen.org/packages/villas.repo /etc/yum.repos.d/
ADD https://packages.fein-aachen.org/redhat/fein.repo /etc/yum.repos.d/
# Usually the following dependecies would be resolved by dnf
# when installing villas-node.

View file

@ -69,7 +69,7 @@ RUN pip install \
protobuf
# Some of the dependencies are only available in our own repo
ADD https://villas.fein-aachen.org/packages/villas.repo /etc/yum.repos.d/
ADD https://packages.fein-aachen.org/redhat/fein.repo /etc/yum.repos.d/
# Dependencies
RUN dnf -y install \