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:
parent
d88c59aab4
commit
8d16634356
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue