Skip to content

Commit 1966419

Browse files
authored
Merge pull request #46 from destination-earth/fix-gl
add missing xvfb package to docker image
2 parents a7f8db2 + 8b9b551 commit 1966419

File tree

1 file changed

+1
-1
lines changed
  • gfts-track-reconstruction/jupyterhub/images/user

1 file changed

+1
-1
lines changed

gfts-track-reconstruction/jupyterhub/images/user/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/pangeo/pangeo-notebook:2024.04.08
22

33
# Install fusermount3 command and open GL library
44
USER root
5-
RUN apt-get update && apt-get install -y fuse3 libgl1
5+
RUN apt-get update && apt-get install -y fuse3 libgl1 xvfb
66

77
USER $NB_USER
88
# install some extra packages

0 commit comments

Comments
 (0)