File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ WORKDIR $DIR
66RUN echo "deb-src http://deb.debian.org/debian unstable main" >> \
77 /etc/apt/sources.list.d/deb-src.list
88RUN apt-get update && apt-get install -y wget build-essential meson python3-pyelftools libnuma-dev python3-pip libssl-dev pkg-config dpkg-dev
9- RUN pip install ninja
109
1110# Download & unpack DPDK tarball
1211ARG DPDK_TARBALL=dpdk-22.11.tar.xz
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ ARG DIR=/dpdk-build
44WORKDIR $DIR
55
66RUN apt-get update && apt-get install -y wget build-essential meson python3-pyelftools libnuma-dev python3-pip
7- RUN pip install ninja
87
98# Download & unpack DLB tarball
109ARG DLB_TARBALL="dlb_linux_src_release8.0.0.txz"
You can’t perform that action at this time.
0 commit comments