Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Nov 5, 2023
1 parent 79b68a8 commit 16a31fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/rocker-org/devcontainer/tidyverse:4.3

# Consider setting up a renv / venv to house this stuff?
RUN /rocker_scripts/install_python.sh
ADD https://raw.githubusercontent.com/rocker-org/rocker-versioned2/patch/osgeo/scripts/install_dev_osgeo.sh install_dev_osgeo.sh
ADD https://raw.githubusercontent.com/rocker-org/rocker-versioned2/master/scripts/experimental/install_dev_osgeo.sh install_dev_osgeo.sh
RUN bash install_dev_osgeo.sh

USER rstudio
Expand Down

0 comments on commit 16a31fa

Please sign in to comment.