mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
ci: add missing dependencies
This commit is contained in:
parent
3d7eb963ec
commit
e0d379b66a
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,9 @@ ADD https://villas.fein-aachen.org/packages/villas.repo /etc/yum.repos.d/
|
|||
|
||||
# Dependencies
|
||||
RUN dnf -y install \
|
||||
jansson-devel
|
||||
jansson-devel \
|
||||
libcurl-devel \
|
||||
openssl-devel openssl
|
||||
|
||||
# Build & Install Criterion
|
||||
COPY thirdparty/criterion /tmp/criterion
|
||||
|
|
Loading…
Add table
Reference in a new issue