Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit ea5b36b

Browse files
author
Eoghan Russell
committed
Fix errors
Signed-off-by: Eoghan Russell <[email protected]>
1 parent 9814534 commit ea5b36b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ci/ovs_test_setup/testpmd_image/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ RUN apt-get -q update \
66
meson \
77
python3-pyelftools \
88
libnuma-dev \
9+
python3-pip \
10+
ninja-build \
11+
pip3 install --upgrade meson==1.3.0 \
912
&& rm -rf /var/lib/apt/lists/*
1013
RUN apt-get update -y \
1114
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates \

docker/testpmd/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ RUN apt-get -q update \
66
meson \
77
python3-pyelftools \
88
libnuma-dev \
9+
python3-pip \
10+
ninja-build \
11+
pip3 install --upgrade meson==1.3.0 \
912
&& rm -rf /var/lib/apt/lists/*
1013
RUN apt-get update -y \
1114
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates \

0 commit comments

Comments
 (0)