Skip to content

Commit

Permalink
norgast nhnutvikling
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthon committed Oct 29, 2024
1 parent 02c143a commit 4843088
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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
- nhn
pull_request:
branches:
- main
Expand Down
10 changes: 4 additions & 6 deletions norgast-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
FROM rapporteket/dev:weekly

LABEL maintainer "Kevin Thon <[email protected]>"
LABEL maintainer="Kevin Thon <[email protected]>"

ARG GITHUB_PAT
ENV GITHUB_PAT=${GITHUB_PAT}

# add registry dev config and R pkg dependencies
COPY --chown=rstudio:rstudio db.yml /home/rstudio/rap_config/
RUN cat /home/rstudio/rap_config/db.yml >> /home/rstudio/rap_config/dbConfig.yml \
&& rm /home/rstudio/rap_config/db.yml \
&& R -e "remotes::install_github(c('Rapporteket/rapbase', 'Rapporteket/rapFigurer', \
'Rapporteket/norgast'))"

RUN R -e "remotes::install_github(c('Rapporteket/norgast@nhn', 'Rapporteket/rapFigurer', \
'Rapporteket/rapbase@main'))"

0 comments on commit 4843088

Please sign in to comment.