Skip to content

Commit

Permalink
bar
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed May 3, 2024
1 parent b92c3e1 commit 6ce797c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ RUN mkdir -p ${TEMPLATES_DIR} && \
# eisvogel
ARG EISVOGEL_REPO=https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template
ARG EISVOGEL_VERSION=v2.4.0
RUN wget ${EISVOGEL_REPO}/${EISVOGEL_VERSION}/eisvogel.tex -O ${TEMPLATES_DIR}/eisvogel.latex
RUN wget -4 ${EISVOGEL_REPO}/${EISVOGEL_VERSION}/eisvogel.tex -O ${TEMPLATES_DIR}/eisvogel.latex
2 changes: 1 addition & 1 deletion common/latex/install-texlive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ printf 'installer URL: %s\n' "${installer_url}"
printf 'repository: %s\n' "${repository}"

# Download the install-tl perl script.
wget --no-verbose \
wget -4 --no-verbose \
"$installer_url/$installer_archive" \
"$installer_url/$installer_archive".sha512 \
"$installer_url/$installer_archive".sha512.asc \
Expand Down

0 comments on commit 6ce797c

Please sign in to comment.