diff --git a/base-r/Dockerfile b/base-r/Dockerfile index 2f6b64d..d9bb089 100644 --- a/base-r/Dockerfile +++ b/base-r/Dockerfile @@ -34,7 +34,7 @@ RUN install2.r --error --skipinstalled --ncpus -1 \ && "$(tar -tf install-tl-unx.tar.gz | head -1)"install-tl -no-doc-install \ -no-src-install \ -no-interaction \ - -scheme scheme-minimal \ + -scheme scheme-basic \ -texdir /usr/local/texlive \ && rm -rf install-tl-* @@ -42,10 +42,51 @@ ENV PATH=/usr/local/texlive/bin/x86_64-linux/:${PATH} RUN tlmgr install \ babel-norsk \ + bigintcalc \ + bitset \ booktabs \ caption \ + datetime \ + epstopdf-pkg \ + eso-pic \ + etexcmds \ + etoolbox \ fancyhdr \ + float \ + fmtcount \ + fontaxes \ + framed \ + geometry \ + gettitlestring \ + grfext \ + hycolor \ hyperref \ - hyphen-norwegian + hyphen-norwegian \ + intcalc \ + kvdefinekeys \ + kvsetkeys \ + lastpage \ + latex-amsmath-dev \ + lato \ + letltxmacro \ + ltxcmds \ + marginnote \ + microtype \ + oberdiek \ + pdfescape \ + pdflscape \ + pdfpages \ + ragged2e \ + refcount \ + rerunfilecheck \ + sectsty \ + stringenc \ + subfig \ + textpos \ + titlesec \ + ucs \ + uniquecounter \ + xcolor \ + zapfding CMD ["R"]