1
0
Fork 0
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:
Steffen Vogel 2018-08-23 13:34:27 +02:00
parent 3d7eb963ec
commit e0d379b66a

View file

@ -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