Skip to content

Commit

Permalink
do not harcode the checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Mar 12, 2024
1 parent 94e4bca commit 8aad61f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions latex/min/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ RUN apt-get update && \
WORKDIR /tmp/texlive

RUN wget --no-check-certificate "${TEXLIVE_MIRROR}/install-tl-unx.tar.gz" && \
echo "05c8404a82bfa0d1c4cc6d8a00b0505f4c3408d6975de1d14673623eb00b81521a1fc52de69cf5086208676bc65f0b3cbfcdfbb8c72584738979f313afdef9af *install-tl-unx.tar.gz" | sha512sum --check && \
wget --no-check-certificate "${TEXLIVE_MIRROR}/install-tl-unx.tar.gz.sha512" && \
sha512sum -c install-tl-unx.tar.gz.sha512 && \
tar xzf install-tl-unx.tar.gz --strip-components=1 && \
rm install-tl-unx.tar.gz
rm install-tl-unx.tar.gz install-tl-unx.tar.gz.sha512

COPY <<EOF /tmp/texlive/profile.txt
selected_scheme ${SCHEME}
Expand Down

0 comments on commit 8aad61f

Please sign in to comment.