Skip to content

Commit

Permalink
Update Dockerfile to remove unnecessary PATH modification
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Mar 12, 2024
1 parent 03e0dd7 commit f3c8eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latex/full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ ENV LANG="es_ES.UTF-8" \
TERM="xterm" \
TEXDIR="/usr/local/texlive" \
TEXUSERDIR="/texlive-user" \
PATH="${TEXDIR}/bin/aarch64-linux:${TEXDIR}/bin/x86_64-linux:${PATH}"
PATH="${PATH}"

RUN apt-get update && \
apt-get install -y --no-install-recommends fontconfig vim neovim python3-pygments ttf-mscorefonts-installer ghostscript locales perl-modules libencode-locale-perl && \
apt-get install -y --no-install-recommends fontconfig vim neovim python3-pygments ttf-mscorefonts-installer ghostscript locales perl perl-modules libencode-locale-perl && \
locale-gen ${LANG} && \
update-locale LANG=${LANG} && \
apt-get clean autoclean && \
Expand Down

0 comments on commit f3c8eff

Please sign in to comment.