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: use new fedora package repo

This commit is contained in:
Steffen Vogel 2018-10-04 02:22:04 +02:00
parent d88c59aab4
commit 8d16634356

View file

@ -45,7 +45,7 @@ RUN make -j$(nproc) package
FROM fedora:29
# Some of the dependencies are only available in our own repo
ADD https://packages.fein-aachen.org/redhat/fein.repo /etc/yum.repos.d/
ADD https://packages.fein-aachen.org/fedora/fein.repo /etc/yum.repos.d/
COPY --from=builder /villas/build/*.rpm /tmp/
RUN dnf -y install /tmp/*.rpm