Skip to content

Commit

Permalink
Installer litt pakker for rapadm
Browse files Browse the repository at this point in the history
Skal kun brukes for kjappere bygging av app-image
  • Loading branch information
arnfinn committed Oct 14, 2024
1 parent 3392890 commit b2b4f6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- rapadm
pull_request:
branches:
- main
Expand Down
9 changes: 9 additions & 0 deletions base-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ ENV TZ=Europe/Oslo
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install2.r --error --skipinstalled --ncpus -1 \
remotes \
bslib \
dplyr \
ggplot2 \
magrittr \
readr \
rlang \
rpivotTable \
shiny \
yaml \
&& R -e "remotes::install_github('rapporteket/rapbase@*release')"\
&& rm -rf /tmp/downloaded_packages \
&& wget -q http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz \
Expand Down

0 comments on commit b2b4f6b

Please sign in to comment.