We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cc995 commit 273ae59Copy full SHA for 273ae59
demo/crypto-perf/Dockerfile
@@ -38,7 +38,7 @@ RUN mkdir -p /install_root/licenses/dpdk && \
38
apt-get source --download-only -y libatomic1 libnuma1
39
40
FROM debian:sid-slim
41
-RUN apt-get update && apt-get install -y --no-install-recommends libipsec-mb1 libnuma1 libatomic1 && ldconfig -v
+RUN apt-get update && apt-get install -y --no-install-recommends libipsec-mb2 libnuma1 libatomic1 && ldconfig -v
42
COPY --from=builder /install_root /
43
COPY run-dpdk-test /usr/bin/
44
0 commit comments