Commit cefaf8ee authored by Raphael Defosseux's avatar Raphael Defosseux

docker(build): fix typo

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent e5cbea88
......@@ -83,7 +83,7 @@ COPY --from=oai-udr-builder \
/usr/local/lib/libpistache.so \
/usr/local/lib/libnghttp2_asio.so.1 \
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.65.1 \
./
/usr/local/lib/
RUN ldconfig && \
ldd /openair-udr/bin/oai_udr
......
......@@ -99,7 +99,7 @@ COPY --from=oai-udr-builder \
/usr/local/lib/libpistache.so \
/usr/local/lib/libnghttp2_asio.so.1 \
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.65.1 \
./
/usr/local/lib/
RUN ldconfig && \
ldd /openair-udr/bin/oai_udr
......
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