Skip to content

Commit 418db36

Browse files
authored
Update Dockerfile
1 parent deb0ecf commit 418db36

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ RUN pip install git+https://github.com/earthlab/earthpy@apppears
2222

2323
# Install gnome keyring
2424
USER root
25-
RUN apt-get install -y libgnome-keyring
25+
RUN apt-get install -y libdbus-glib-1-dev
26+
RUN pip install secretstorage dbus-python
2627
USER jovyan

0 commit comments

Comments
 (0)