Skip to content

Commit

Permalink
More quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jul 15, 2024
1 parent 9ac6d35 commit bfb6d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_ottr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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), \
auth_token = '$(cat /run/secrets/github_token)', \
ref = 'HEAD')"

WORKDIR /rocker-build/
Expand Down

0 comments on commit bfb6d26

Please sign in to comment.