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

Commit 9814534

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

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
@@ -7,6 +7,9 @@ RUN apt-get -q update \
77
python3-pyelftools \
88
libnuma-dev \
99
&& rm -rf /var/lib/apt/lists/*
10+
RUN apt-get update -y \
11+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates \
12+
&& rm -rf /var/lib/apt/lists/*
1013
RUN git clone https://github.com/DPDK/dpdk.git
1114
WORKDIR /dpdk/
1215
RUN meson build

docker/testpmd/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ RUN apt-get -q update \
77
python3-pyelftools \
88
libnuma-dev \
99
&& rm -rf /var/lib/apt/lists/*
10+
RUN apt-get update -y \
11+
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates \
12+
&& rm -rf /var/lib/apt/lists/*
1013
RUN git clone https://github.com/DPDK/dpdk.git
1114
WORKDIR /dpdk/
1215
RUN meson build

0 commit comments

Comments
 (0)