Skip to content

Commit

Permalink
Merge pull request #53 from jhuapl-bio/dev
Browse files Browse the repository at this point in the history
Dockerfile fix for tlmgr/tintex
  • Loading branch information
Merritt-Brian authored Aug 31, 2021
2 parents cd87ea6 + 50f127d commit 092ed5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN conda install -y python=3 \
# install TeX libraries
WORKDIR /opt/basestack_consensus
RUN wget -qO- "https://yihui.name/gh/tinytex/tools/install-unx.sh" | \
sed 's@TEXDIR=${TINYTEX_DIR:-~/.TinyTeX}@TEXDIR=${TINYTEX_DIR:-/opt/basestack_consensus/.TinyTeX}@' | sh \
&& export PATH=/opt/basestack_consensus/.TinyTeX/bin/x86_64-linux:/opt/conda/bin:$PATH \
sed 's@TEXDIR=${TINYTEX_DIR:-~/.TinyTeX}@TEXDIR=${TINYTEX_DIR:-/opt/basestack_consensus/.TinyTeX}@' | sh
RUN export PATH=/opt/basestack_consensus/.TinyTeX/bin/x86_64-linux:/opt/conda/bin:$PATH \
&& tlmgr path add \
&& tlmgr install mnsymbol \
&& tlmgr install wrapfig \
Expand Down

0 comments on commit 092ed5e

Please sign in to comment.