Skip to content

Commit

Permalink
Forgot the /
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jul 14, 2024
1 parent b72464e commit 3548fdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions base_ottr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ COPY github_package_list.tsv .
RUN --mount=type=secret,id=GH_PAT \
Rscript install_github.R \
--packages github_package_list.tsv \
--token "$(<run/secrets/GH_PAT.txt)"

RUN rm ./GH_PAT.txt
--token "$(</run/secrets/GH_PAT.txt)"

# Set final workdir for commands
WORKDIR /home/rstudio
Expand Down

0 comments on commit 3548fdf

Please sign in to comment.