Skip to content

Commit

Permalink
Installer noen LaTeX-pakker i pilot-dev-image (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn authored Jan 21, 2025
1 parent 13821fc commit 1913711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pilot-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ ARG GITHUB_PAT
ENV GITHUB_PAT=${GITHUB_PAT}

RUN R -e "remotes::install_github(c('Rapporteket/rapFigurer', \
'Rapporteket/pilot', 'Rapporteket/nordicscir@nhn', 'Rapporteket/rapbase@nordiscir_mod'))"
'Rapporteket/pilot', 'Rapporteket/nordicscir@main', 'Rapporteket/rapbase@main'))" \
&& tlmgr update --self && tlmgr install beamer colortbl babel-english

0 comments on commit 1913711

Please sign in to comment.