Skip to content

Commit

Permalink
style: Deleted unncesary whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Aug 21, 2023
1 parent a6987b9 commit f5211b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latex/min/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV PATH ${TEXDIR}/bin/aarch64-linux:${TEXDIR}/bin/x86_64-linux:${PATH}

RUN apt update -y && \
apt install -y --no-install-recommends \
fontconfig vim neovim python3-pygments ttf-mscorefonts-installer texlive-lang-spanish ghostscript locales && \
fontconfig vim neovim python3-pygments ttf-mscorefonts-installer texlive-lang-spanish ghostscript locales && \
locale-gen ${LANG} && \
update-locale LANG=${LANG} && \
rm -rf /var/lib/apt/lists/*
Expand All @@ -64,7 +64,7 @@ RUN wget -qO- "${TEXLIVE_MIRROR}/install-tl-unx.tar.gz" | tar xz --strip-compone
export TEXLIVE_INSTALL_NO_CONTEXT_CACHE=1 && \
export TEXLIVE_INSTALL_NO_WELCOME=1 && \
./install-tl -profile /tmp/texlive/profile.txt \
-no-interaction -texdir ${TEXDIR} -texuserdir ${TEXUSERDIR} && \
-no-interaction -texdir ${TEXDIR} -texuserdir ${TEXUSERDIR} && \
rm -rf /tmp/texlive ${TEXDIR}/*.log

RUN apt update -y && \
Expand Down

0 comments on commit f5211b1

Please sign in to comment.