From deb0ecf3e1b5d02c210a8bf395725c3a13f7866a Mon Sep 17 00:00:00 2001 From: Elsa Culler Date: Wed, 20 Sep 2023 13:31:20 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e5f2ea..19589b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,5 +22,5 @@ RUN pip install git+https://github.com/earthlab/earthpy@apppears # Install gnome keyring USER root -RUN apt-get install -y gnome-keyring +RUN apt-get install -y libgnome-keyring USER jovyan