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
6
6
RUN echo "deb-src http://deb.debian.org/debian unstable main" >> \
7
7
/etc/apt/sources.list.d/deb-src.list
8
8
RUN 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
10
9
11
10
# Download & unpack DPDK tarball
12
11
ARG 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
4
4
WORKDIR $DIR
5
5
6
6
RUN apt-get update && apt-get install -y wget build-essential meson python3-pyelftools libnuma-dev python3-pip
7
- RUN pip install ninja
8
7
9
8
# Download & unpack DLB tarball
10
9
ARG DLB_TARBALL="dlb_linux_src_release8.0.0.txz"
You can’t perform that action at this time.
0 commit comments