Skip to content

Commit

Permalink
add utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 21, 2024
1 parent 7cf9ae5 commit ad1dce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/jupyterhub.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

## latest version of geospatial libs
RUN /rocker_scripts/experimental/install_dev_osgeo.sh
RUN apt-get update -qq && apt-get -y install vim
RUN apt-get update -qq && apt-get -y install vim gh git-lfs

# standard python/jupyter setup
ENV NB_USER=rstudio
Expand Down

0 comments on commit ad1dce9

Please sign in to comment.