From 4ac9ccb69e0eb0c3732b7673309143f3f6a54a3d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 11 Aug 2022 20:27:42 +0200 Subject: [PATCH] hub image: add unrar --- hub.jupytearth.org-image/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hub.jupytearth.org-image/Dockerfile b/hub.jupytearth.org-image/Dockerfile index 46eaede..213e8b2 100644 --- a/hub.jupytearth.org-image/Dockerfile +++ b/hub.jupytearth.org-image/Dockerfile @@ -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.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 \