Skip to content

Commit

Permalink
installer latex-pakken beamer i base-r og dev (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn authored Jan 20, 2025
1 parent c24d4d4 commit 13821fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ RUN install2.r --error --skipinstalled --ncpus -1 \

ENV PATH=/usr/local/texlive/bin/x86_64-linux/:${PATH}

RUN tlmgr install \
RUN tlmgr update --self && tlmgr install \
babel-norsk \
beamer \
bigintcalc \
bitset \
booktabs \
Expand Down
1 change: 1 addition & 0 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ RUN touch /home/rstudio/.Renviron \
&& tlmgr install \
amsmath \
babel-norsk \
beamer \
bigintcalc \
bitset \
booktabs \
Expand Down

0 comments on commit 13821fc

Please sign in to comment.