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

Commit 9078843

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: ci/ovs_test_setup/testpmd_image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update -y \
1717
RUN git clone https://github.com/DPDK/dpdk.git
1818
WORKDIR /dpdk/
1919
RUN meson build
20-
WORKDIR /build/
20+
WORKDIR /dpdk/build/
2121
RUN ninja
2222
WORKDIR /dpdk/build/app
2323
COPY ./testpmd.sh testpmd.sh

Diff for: docker/testpmd/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update -y \
1717
RUN git clone https://github.com/DPDK/dpdk.git
1818
WORKDIR /dpdk/
1919
RUN meson build
20-
WORKDIR /build/
20+
WORKDIR /dpdk/build/
2121
RUN ninja
2222
WORKDIR /dpdk/build/app
2323
COPY ./testpmd.sh testpmd.sh

0 commit comments

Comments
 (0)