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

Commit 38742f9

Browse files
author
Eoghan Russell
committed
Fix error
Signed-off-by: Eoghan Russell <[email protected]>
1 parent 8de0bb5 commit 38742f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: ci/ovs_test_setup/testpmd_image/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get -q update \
88
libnuma-dev \
99
python3-pip \
1010
ninja-build \
11+
build-essential \
1112
&& pip3 install --upgrade meson==1.3.0 \
1213
&& rm -rf /var/lib/apt/lists/*
1314
RUN apt-get update -y \

Diff for: docker/testpmd/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get -q update \
88
libnuma-dev \
99
python3-pip \
1010
ninja-build \
11+
build-essential \
1112
&& pip3 install --upgrade meson==1.3.0 \
1213
&& rm -rf /var/lib/apt/lists/*
1314
RUN apt-get update -y \

0 commit comments

Comments
 (0)