Skip to content

Commit 273ae59

Browse files
committed
crypto-perf: move to libipsec-mb2
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 47cc995 commit 273ae59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/crypto-perf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN mkdir -p /install_root/licenses/dpdk && \
3838
apt-get source --download-only -y libatomic1 libnuma1
3939

4040
FROM debian:sid-slim
41-
RUN apt-get update && apt-get install -y --no-install-recommends libipsec-mb1 libnuma1 libatomic1 && ldconfig -v
41+
RUN apt-get update && apt-get install -y --no-install-recommends libipsec-mb2 libnuma1 libatomic1 && ldconfig -v
4242
COPY --from=builder /install_root /
4343
COPY run-dpdk-test /usr/bin/
4444

0 commit comments

Comments
 (0)