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

Commit 8de0bb5

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/ovs_test_setup/testpmd_image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get -q update \
88
libnuma-dev \
99
python3-pip \
1010
ninja-build \
11-
pip3 install --upgrade meson==1.3.0 \
11+
&& pip3 install --upgrade meson==1.3.0 \
1212
&& rm -rf /var/lib/apt/lists/*
1313
RUN apt-get update -y \
1414
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates \

docker/testpmd/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get -q update \
88
libnuma-dev \
99
python3-pip \
1010
ninja-build \
11-
pip3 install --upgrade meson==1.3.0 \
11+
&& pip3 install --upgrade meson==1.3.0 \
1212
&& rm -rf /var/lib/apt/lists/*
1313
RUN apt-get update -y \
1414
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates \

0 commit comments

Comments
 (0)