Skip to content

Commit

Permalink
Force installation, close #79
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Oct 1, 2024
1 parent 9397aa2 commit aa18e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suggests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/geocompx/docker:minimal
# RUN --mount=type=secret,id=GITHUB_PAT \
# echo "GITHUB_PAT=$(cat /run/secrets/GITHUB_PAT)" > ~/.Renviron
# RUN R -e "remotes::install_github('geocompr/geocompkg', upgrade = TRUE, dependencies = TRUE, force = TRUE)"
RUN R -e "remotes::install_github('geocompx/geocompkg', upgrade = TRUE, dependencies = TRUE)"
RUN R -e "remotes::install_github('geocompx/geocompkg', upgrade = TRUE, dependencies = TRUE, force = TRUE)"

0 comments on commit aa18e32

Please sign in to comment.