Skip to content

Commit

Permalink
Merge pull request #23 from boettiger-lab/cboettig-patch-2
Browse files Browse the repository at this point in the history
aws-cli for source-coop demo
  • Loading branch information
cboettig authored Feb 26, 2024
2 parents ad1dce9 + c771783 commit 560c87b
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 gh git-lfs
RUN apt-get update -qq && apt-get -y install vim gh git-lfs awscli

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

0 comments on commit 560c87b

Please sign in to comment.