Commit 7ccb7a75 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): typo in fast dockerfile

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent d250d329
......@@ -64,6 +64,7 @@ RUN apt-get update && \
# Ubuntu 18 --> libasan4
# Ubuntu 20 --> libasan5
# Ubuntu 22 --> libasan6
libasan? \
libgssapi-krb5-2 \
# Ubuntu 18/20 --> libldap-2.4-2
# Ubuntu 22 --> libldap-2.5-0
......@@ -97,6 +98,7 @@ COPY --from=oai-smf-builder \
/usr/local/lib/libnghttp2.so.14 \
/usr/local/lib/libnghttp2_asio.so.1 \
/usr/local/lib/libpistache.so \
/openair-smf/build/smf/build/nas/libNAS.so \
# Ubuntu 18 --> boost 67 will be copied
/usr/lib/libboost_system.so.1.* \
/usr/lib/libboost_thread.so.1.* \
......
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