Skip to content

Commit

Permalink
Fix dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Nov 8, 2024
1 parent a23e61d commit f28ea91
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions misc/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ ENV REQD_PKGS="\
libxml2-dev \
libcurl4-openssl-dev\
git\
vim\
curl\
libgit2-dev\
libv8-dev\
libsodium-dev\
Expand Down Expand Up @@ -48,7 +50,6 @@ ADD DESCRIPTION /
RUN Rscript /install_packages.R


RUN wget --no-check-certificate "https://yihui.org/tinytex/install-bin-unix.sh" | sh && \
ln -s ~/.TinyTeX/bin/*/tlmgr /usr/local/bin && \
~/.TinyTeX/bin/*/tlmgr install makeindex && \
ENV TINYTEX_INSTALLER=TinyTeX
RUN wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh && \
ln -s ~/.TinyTeX/bin/*/makeindex /usr/local/bin

0 comments on commit f28ea91

Please sign in to comment.