File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
FROM ubuntu:22.04 as builder
2
2
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 "
6
6
ARG IPSEC_MB_VERSION="v1.3"
7
7
ARG IPP_CRYPTO_VERSION="ippcp_2021.6"
8
8
@@ -18,7 +18,7 @@ RUN apt update && \
18
18
zlib1g-dev \
19
19
wget \
20
20
git \
21
- yasm \
21
+ nasm \
22
22
autoconf \
23
23
cmake \
24
24
libtool && \
@@ -71,7 +71,7 @@ RUN cd /asynch_mode_nginx && \
71
71
FROM ubuntu:22.04
72
72
73
73
COPY --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/
75
75
COPY --from=builder /usr/lib/libusdm.so.0.0.1 /usr/lib/
76
76
COPY --from=builder /usr/lib64/libIPSec_MB.so.1 /usr/lib/x86_64-linux-gnu/
77
77
COPY --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