Skip to content

Commit

Permalink
Fix checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Jul 14, 2024
1 parent 701c045 commit ff45d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y wget build-essential fakeroot devscript
RUN mkdir /tmp/builder \
&& cd /tmp/builder \
&& wget -q https://download.schedmd.com/slurm/slurm-24.05.1.tar.bz2 -O slurm.tar.bz2 \
&& echo "588b22d85ce885b93a628a92fee70d9d850dbb1d5d2244c0619b199183022254 /tmp/builder/slurm.tar.bz2" | sha256sum -c - \
&& echo "3fb801a74c2a29073bfa60006c7d478428c8b0193d89c21104f780c7336edf01 /tmp/builder/slurm.tar.bz2" | sha256sum -c - \
&& tar -xf slurm.tar.bz2 \
&& cd slurm* \
&& mk-build-deps --install --tool "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes" debian/control
Expand Down

0 comments on commit ff45d48

Please sign in to comment.