Skip to content

Commit 7fea6b1

Browse files
committed
crypto-perf: use different source for dpdk
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 720f30f commit 7fea6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/crypto-perf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget build-esse
1111
ARG DPDK_TARBALL=dpdk-24.03.tar.xz
1212
ARG DPDK_TARBALL_SHA256="33ed973b3945af4f5923096ddca250b401dc80be3b5c6393b4e4fe43a1a6c2ad"
1313

14-
RUN wget -q https://git.dpdk.org/dpdk/snapshot/$DPDK_TARBALL \
14+
RUN wget -q https://fast.dpdk.org/rel/$DPDK_TARBALL \
1515
&& echo "$DPDK_TARBALL_SHA256 $DPDK_TARBALL" | sha256sum -c - \
1616
&& tar -xf $DPDK_TARBALL && rm $DPDK_TARBALL
1717

0 commit comments

Comments
 (0)