osmo-remsim-master/Dockerfile: add missing libcsv-devel dependency

Change-Id: Id15932c554e8bc3f64f0372555ec563f222efe5d
This commit is contained in:
Vadim Yanitskiy 2021-03-07 16:19:34 +01:00 committed by fixeria
parent a9c315dad6
commit 889d3619b3
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ RUN case "$DISTRO" in \
;; \
centos*) \
dnf install -y \
libcsv-devel \
"pkgconfig(libasn1c)" \
"pkgconfig(libosmoabis)" \
"pkgconfig(libosmocore)" \