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

Commit 6bf4280

Browse files
Update Dockerfile
1 parent dc806c4 commit 6bf4280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/ovs_test_setup/testpmd_image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ WORKDIR /dpdk/build/
2121
RUN ninja
2222
WORKDIR /dpdk/build/app
2323
COPY ./testpmd.sh testpmd.sh
24-
CMD ["./testpmd.sh"]
24+
CMD ["sh", "-c","./testpmd.sh"]

0 commit comments

Comments
 (0)