Skip to content

Commit 2270956

Browse files
committed
demo: dlb-dpdk-demo: add missing libatomic1
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent ba50e34 commit 2270956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/dlb-dpdk-demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN cd dpdk-* && patch -Np1 < $(echo ../dlb/dpdk/dpdk_dlb_*.patch) && sed -i 's/
2626
RUN cd dpdk-* && ninja -C builddir install && install -D builddir/app/dpdk-test-eventdev /install_root/usr/bin/dpdk-test-eventdev
2727

2828
FROM ubuntu:20.04
29-
RUN apt-get update && apt-get install -y libnuma1
29+
RUN apt-get update && apt-get install -y libnuma1 libatomic1
3030
COPY --from=builder /install_root /
3131
COPY test.sh /usr/bin/
3232

0 commit comments

Comments
 (0)