Skip to content

Commit 78e8013

Browse files
authored
Merge pull request #62 from nmfs-opensci/eeholmes-patch-1
don't install tex packages with apt-get
2 parents c3400a7 + 67d4c88 commit 78e8013

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appendix

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ENV R_DOCKERFILE="verse_${R_VERSION}"
66
RUN PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin && \
77
chmod +x ${REPO_DIR}/rocker.sh && \
88
${REPO_DIR}/rocker.sh
9+
# Missing some basic tex packages
10+
RUN tlmgr install collection-latexrecommended && tlmgr clean --all
911

1012
# Install extra cmd line packages after R installation
1113
# The package_list part is reading the file and doing clean-up to just have the list of packages

0 commit comments

Comments
 (0)