We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3400a7 + 67d4c88 commit 78e8013Copy full SHA for 78e8013
appendix
@@ -6,6 +6,8 @@ ENV R_DOCKERFILE="verse_${R_VERSION}"
6
RUN PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin && \
7
chmod +x ${REPO_DIR}/rocker.sh && \
8
${REPO_DIR}/rocker.sh
9
+# Missing some basic tex packages
10
+RUN tlmgr install collection-latexrecommended && tlmgr clean --all
11
12
# Install extra cmd line packages after R installation
13
# The package_list part is reading the file and doing clean-up to just have the list of packages
0 commit comments