mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
docker: fix FEIN repo
This commit is contained in:
parent
2677623c8c
commit
139c5b0241
1 changed files with 8 additions and 8 deletions
|
@ -35,6 +35,14 @@ ARG GIT_BRANCH=unknown
|
|||
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
|
||||
|
||||
# Toolchain
|
||||
RUN dnf -y install \
|
||||
gcc gcc-c++ \
|
||||
|
@ -60,14 +68,6 @@ RUN pip install \
|
|||
gcovr \
|
||||
protobuf
|
||||
|
||||
# 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=villas \
|
||||
libwebsockets-2.4.2
|
||||
|
||||
# Dependencies
|
||||
RUN dnf -y install \
|
||||
openssl openssl-devel \
|
||||
|
|
Loading…
Add table
Reference in a new issue