Commit efab7b88 authored by Raphael Defosseux's avatar Raphael Defosseux

docker(build): fix missing packages for U18

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent e579c356
......@@ -60,6 +60,9 @@ RUN apt-get update && \
libgoogle-glog0v5 \
libdouble-conversion1 \
libconfig++9v5 \
libldap-2.4-2 \
librtmp1 \
libpsl5 \
&& rm -rf /var/lib/apt/lists/*
# Copying executable and generated libraries
......
......@@ -57,6 +57,9 @@ RUN apt-get update && \
libgoogle-glog0v5 \
libdouble-conversion1 \
libconfig++9v5 \
libldap-2.4-2 \
librtmp1 \
libpsl5 \
&& rm -rf /var/lib/apt/lists/*
# Copying executable and generated libraries
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment