This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree 2 files changed +17
-5
lines changed
ci/ovs_test_setup/testpmd_image
2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
FROM ubuntu:22.04@sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f
2
- RUN apt-get -q update && apt-get install -y git vim meson python3-pyelftools libnuma-dev && \
3
- rm -rf /var/lib/apt/lists/*
2
+ RUN apt-get -q update \
3
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4
+ git \
5
+ vim \
6
+ meson \
7
+ python3-pyelftools \
8
+ libnuma-dev \
9
+ && rm -rf /var/lib/apt/lists/*
4
10
RUN git clone https://github.com/DPDK/dpdk.git
5
11
WORKDIR /dpdk/
6
12
RUN meson build
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:22.04@sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f
2
- RUN apt-get -q update && apt-get install -y git vim meson python3-pyelftools libnuma-dev && \
3
- rm -rf /var/lib/apt/lists/*
2
+ RUN apt-get -q update \
3
+ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
4
+ git \
5
+ vim \
6
+ meson \
7
+ python3-pyelftools \
8
+ libnuma-dev \
9
+ && rm -rf /var/lib/apt/lists/*
4
10
RUN git clone https://github.com/DPDK/dpdk.git
5
11
WORKDIR /dpdk/
6
12
RUN meson build
7
13
WORKDIR /build/
8
14
RUN ninja
9
15
WORKDIR /dpdk/build/app
10
16
COPY ./testpmd.sh testpmd.sh
11
- CMD ["./testpmd.sh" ]
17
+ CMD ["./testpmd.sh" ]
You can’t perform that action at this time.
0 commit comments