Skip to content
Snippets Groups Projects
Commit 568e0bd9 authored by Stefan Spettel's avatar Stefan Spettel
Browse files

fix(build): Add libCPR in target image

parent 67d0b013
No related branches found
No related tags found
1 merge request!46Resynch utils and common from common-src and use new FlowDirection fix
Pipeline #45755 passed
......@@ -128,6 +128,7 @@ COPY --from=oai-pcf-builder \
/usr/local/lib64/libspdlog.so \
/usr/local/lib64/libfmt.so \
/usr/local/lib64/libyaml-cpp.so.0.* \
/usr/local/lib64/libcpr.so.1 \
/usr/lib64/
RUN ldconfig && \
......
......@@ -106,6 +106,7 @@ COPY --from=oai-pcf-builder \
/usr/local/lib64/libspdlog.so \
/usr/local/lib64/libfmt.so \
/usr/local/lib64/libyaml-cpp.so.0.* \
/usr/local/lib64/libcpr.so.1 \
/usr/lib64/
RUN ldconfig && \
......
......@@ -119,6 +119,7 @@ COPY --from=oai-pcf-builder \
/usr/local/lib/libnghttp2.so.14 \
/usr/local/lib/libnghttp2_asio.so.1 \
/usr/local/lib/libyaml-cpp.so.0.? \
/usr/local/lib/libcpr.so.1 \
/usr/local/lib/libspdlog.so \
/usr/local/lib/libfmt.so \
./
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment