File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ WORKDIR $DIR
66RUN apt-get update && apt-get install -y --no-install-recommends wget build-essential meson ninja-build python3-pyelftools libnuma-dev python3-pip
77
88# Download & unpack DLB tarball
9- ARG DLB_TARBALL="dlb_linux_src_release8.0 .0.txz"
10- ARG DLB_TARBALL_SHA256="075533229bb2bd2f945ec8089a707205f3f8e8d87a8030e9208603d997236171 "
9+ ARG DLB_TARBALL="dlb_linux_src_release_8.3 .0.txz"
10+ ARG DLB_TARBALL_SHA256="ce2141f055e6ecca9a51ead30b0cd24a89af74afef0daa0440ae48b3f3cbc27d "
1111
12- RUN wget https://downloadmirror.intel.com/763709 /$DLB_TARBALL \
12+ RUN wget https://downloadmirror.intel.com/776610 /$DLB_TARBALL \
1313 && echo "$DLB_TARBALL_SHA256 $DLB_TARBALL" | sha256sum -c - \
1414 && tar -Jxf $DLB_TARBALL --no-same-owner && rm $DLB_TARBALL
1515
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ WORKDIR /dlb-build
66RUN apt-get update && apt-get install -y wget xz-utils make gcc
77
88# Download and unpack DLB tarball
9- ARG DLB_TARBALL="dlb_linux_src_release8.0 .0.txz"
10- ARG DLB_TARBALL_SHA256="075533229bb2bd2f945ec8089a707205f3f8e8d87a8030e9208603d997236171 "
9+ ARG DLB_TARBALL="dlb_linux_src_release_8.3 .0.txz"
10+ ARG DLB_TARBALL_SHA256="ce2141f055e6ecca9a51ead30b0cd24a89af74afef0daa0440ae48b3f3cbc27d "
1111
12- RUN wget https://downloadmirror.intel.com/763709 /$DLB_TARBALL \
12+ RUN wget https://downloadmirror.intel.com/776610 /$DLB_TARBALL \
1313 && echo "$DLB_TARBALL_SHA256 $DLB_TARBALL" | sha256sum -c - \
1414 && tar -xvf *.txz --no-same-owner
1515
You can’t perform that action at this time.
0 commit comments