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
091fe0dc0a
commit
06b4ede3e7
1 changed files with 5 additions and 9 deletions
|
@ -36,12 +36,7 @@ ARG VERSION=unknown
|
|||
ARG VARIANT=unknown
|
||||
|
||||
# Some of the dependencies are only available in our own repo
|
||||
ADD https://packages.fein-aachen.org/redhat/fein.repo /etc/yum.repos.d/
|
||||
|
||||
# We need to use our own RPM packages of libwebsockets
|
||||
# as the official ones do contain the CMake files
|
||||
RUN dnf -y install --repo=fein \
|
||||
libwebsockets-2.4.2
|
||||
ADD https://packages.fein-aachen.org/fedora/fein.repo /etc/yum.repos.d/
|
||||
|
||||
# Toolchain
|
||||
RUN dnf -y install \
|
||||
|
@ -76,15 +71,16 @@ RUN dnf -y install \
|
|||
libcurl-devel \
|
||||
jansson-devel \
|
||||
zeromq-devel \
|
||||
nanomsg-devel \
|
||||
protobuf-devel \
|
||||
protobuf-c-devel \
|
||||
libiec61850-devel \
|
||||
librabbitmq-devel \
|
||||
mosquitto-devel \
|
||||
comedilib-devel comedilib \
|
||||
libibverbs-devel \
|
||||
librdmacm-devel
|
||||
librdmacm-devel \
|
||||
libwebsockets-devel \
|
||||
nanomsg \
|
||||
libiec61850
|
||||
|
||||
# Build & Install Criterion
|
||||
RUN cd /tmp && \
|
||||
|
|
Loading…
Add table
Reference in a new issue