Skip to content

Commit

Permalink
Try littler approach
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jul 15, 2024
1 parent bfb6d26 commit 45bdb21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions base_ottr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ LABEL maintainer="[email protected]"
COPY install_github.R .
COPY github_package_list.tsv .

RUN --mount=type=secret,id=github_token \
Rscript -e "remotes::install_github('jhudsl/ottrpal', \
auth_token = '$(cat /run/secrets/github_token)', \
ref = 'HEAD')"
RUN installGithub.r jhudsl/ottrpal

WORKDIR /rocker-build/

Expand Down

0 comments on commit 45bdb21

Please sign in to comment.