We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720f30f commit 7fea6b1Copy full SHA for 7fea6b1
demo/crypto-perf/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget build-esse
11
ARG DPDK_TARBALL=dpdk-24.03.tar.xz
12
ARG DPDK_TARBALL_SHA256="33ed973b3945af4f5923096ddca250b401dc80be3b5c6393b4e4fe43a1a6c2ad"
13
14
-RUN wget -q https://git.dpdk.org/dpdk/snapshot/$DPDK_TARBALL \
+RUN wget -q https://fast.dpdk.org/rel/$DPDK_TARBALL \
15
&& echo "$DPDK_TARBALL_SHA256 $DPDK_TARBALL" | sha256sum -c - \
16
&& tar -xf $DPDK_TARBALL && rm $DPDK_TARBALL
17
0 commit comments