Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Sep 6, 2024
1 parent 9c095ff commit e7d9a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN R -e "remotes::install_github('JGCRI/rpackageutils')"

# clone repo
RUN apt-get install -y git
RUN git clone -b gcam-v7.0 https://github.com/bc3LC/gcamreport.git /root/gcamreport
RUN git clone -b gcam-core https://github.com/bc3LC/gcamreport.git /root/gcamreport

# shiny dependencies
RUN apt-get --allow-releaseinfo-change update
Expand Down

0 comments on commit e7d9a49

Please sign in to comment.