Skip to content

Commit 5c38b2d

Browse files
committed
fix2
1 parent 5374b47 commit 5c38b2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ qat = qat_section\n\
8282
\n\
8383
[ qat_section ]\n\
8484
engine_id = qatengine\n\
85-
dynamic_path = /usr/lib/x86_64-linux-gnu/engines-3/qatengine.so\n\
85+
ENABLE_SW_FALLBACK = 1\n\
86+
ENABLE_EVENT_DRIVEN_POLLING_MODE = 1\n\
8687
default_algorithms = ALL' > /etc/ssl/openssl_qat.cnf
87-
8888
## Setup user and working directory
8989
RUN useradd -m -d /home/container -s /bin/bash container
9090
USER container
@@ -99,8 +99,8 @@ RUN echo Verifying install ...; \
9999
java --version; \
100100
echo openssl version; \
101101
openssl version; \
102-
echo checking openssl engine; \
103-
openssl engine -t -c -v qat; \
102+
echo openssl engine -t -c -v qatengine; \
103+
openssl engine -t -c -v qatengine; \
104104
echo Complete.
105105

106106
STOPSIGNAL SIGINT

0 commit comments

Comments
 (0)