We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb0ecf commit 418db36Copy full SHA for 418db36
1 file changed
Dockerfile
@@ -22,5 +22,6 @@ RUN pip install git+https://github.com/earthlab/earthpy@apppears
22
23
# Install gnome keyring
24
USER root
25
-RUN apt-get install -y libgnome-keyring
+RUN apt-get install -y libdbus-glib-1-dev
26
+RUN pip install secretstorage dbus-python
27
USER jovyan
0 commit comments