Skip to content

Commit

Permalink
Generate julia checksum from https://julialang-s3.julialang.org/bin/l…
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-murphy committed Jul 29, 2024
1 parent 6e4075c commit 65f5476
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 @@ -242,7 +242,7 @@ WORKDIR /tmp
# hadolint ignore=SC2046
RUN mkdir "/opt/julia-${JULIA_VERSION}" && \
wget -q https://julialang-s3.julialang.org/bin/linux/x64/$(echo "${JULIA_VERSION}" | cut -d. -f 1,2)"/julia-${JULIA_VERSION}-linux-x86_64.tar.gz" && \
echo "4c2d799f442d7fe718827b19da2bacb72ea041b9ce55f24eee7b1313f57c4383 *julia-${JULIA_VERSION}-linux-x86_64.tar.gz" | sha256sum -c - && \
echo "079f61757c3b5b40d2ade052b3cc4816f50f7ef6df668825772562b3746adff1 *julia-${JULIA_VERSION}-linux-x86_64.tar.gz" | sha256sum -c - && \
tar xzf "julia-${JULIA_VERSION}-linux-x86_64.tar.gz" -C "/opt/julia-${JULIA_VERSION}" --strip-components=1 && \
rm "/tmp/julia-${JULIA_VERSION}-linux-x86_64.tar.gz"
RUN ln -fs /opt/julia-*/bin/julia /usr/local/bin/julia
Expand Down

0 comments on commit 65f5476

Please sign in to comment.