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 ba50e34 commit 2270956Copy full SHA for 2270956
demo/dlb-dpdk-demo/Dockerfile
@@ -26,7 +26,7 @@ RUN cd dpdk-* && patch -Np1 < $(echo ../dlb/dpdk/dpdk_dlb_*.patch) && sed -i 's/
26
RUN cd dpdk-* && ninja -C builddir install && install -D builddir/app/dpdk-test-eventdev /install_root/usr/bin/dpdk-test-eventdev
27
28
FROM ubuntu:20.04
29
-RUN apt-get update && apt-get install -y libnuma1
+RUN apt-get update && apt-get install -y libnuma1 libatomic1
30
COPY --from=builder /install_root /
31
COPY test.sh /usr/bin/
32
0 commit comments