Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hub image: add unrar (apt package) #148

Merged
merged 1 commit into from
Aug 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hub.jupytearth.org-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ RUN echo "Installing apt-get packages..." \
# for use with jupyterhub-ssh, generate a token at
# hub.jupytearth.org/hub/token and connect to
# <hub-username>@hub.jupytearth.org using the token as password
unrar \
# zipp is installed in the base image, but I think zipp provides
# `zip` and `unzip` which doesn't help us decompress .rar files. See
# https://github.com/pangeo-data/pangeo-docker-images/issues/366 for
# an issue about installing this in the base image.
# common geospatial dependencies:
libspatialindex-dev \
libgeos-dev \
Expand Down