File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:22.04 as builder
22
3- ARG QATLIB_VERSION="22.07.0 "
4- ARG QAT_ENGINE_VERSION="v0.6.16 "
5- ARG ASYNC_NGINX_VERSION="v0.4.7 "
3+ ARG QATLIB_VERSION="22.07.2 "
4+ ARG QAT_ENGINE_VERSION="v0.6.17 "
5+ ARG ASYNC_NGINX_VERSION="v0.4.9 "
66ARG IPSEC_MB_VERSION="v1.3"
77ARG IPP_CRYPTO_VERSION="ippcp_2021.6"
88
@@ -18,7 +18,7 @@ RUN apt update && \
1818 zlib1g-dev \
1919 wget \
2020 git \
21- yasm \
21+ nasm \
2222 autoconf \
2323 cmake \
2424 libtool && \
@@ -71,7 +71,7 @@ RUN cd /asynch_mode_nginx && \
7171FROM ubuntu:22.04
7272
7373COPY --from=builder /usr/bin/*_sample* /usr/bin/
74- COPY --from=builder /usr/lib/libqat.so.3.0.0 /usr/lib/
74+ COPY --from=builder /usr/lib/libqat.so.3.0.2 /usr/lib/
7575COPY --from=builder /usr/lib/libusdm.so.0.0.1 /usr/lib/
7676COPY --from=builder /usr/lib64/libIPSec_MB.so.1 /usr/lib/x86_64-linux-gnu/
7777COPY --from=builder /usr/local/lib/libcrypto_mb.so.11.4 /usr/lib/x86_64-linux-gnu/
You can’t perform that action at this time.
0 commit comments