Commit e8de1b18 authored by Raphael Defosseux's avatar Raphael Defosseux

docker(build): fix missing packages for U18

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 32a59103
......@@ -59,6 +59,9 @@ RUN apt-get update && \
libnettle6 \
libnghttp2-14 \
libhogweed4 \
libldap-2.4-2 \
librtmp1 \
libpsl5 \
libconfig++9v5 \
&& rm -rf /var/lib/apt/lists/*
......
......@@ -77,6 +77,9 @@ RUN apt-get update && \
libnettle6 \
libnghttp2-14 \
libhogweed4 \
libldap-2.4-2 \
librtmp1 \
libpsl5 \
libconfig++9v5 \
&& rm -rf /var/lib/apt/lists/*
......
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