Skip to content

Commit bc29345

Browse files
authored
Update Notebook.Dockerfile
1 parent 00cb6a1 commit bc29345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Notebook.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ USER root
44

55
RUN apt-get update --yes && \
66
apt-get install --yes --no-install-recommends \
7-
git htop p7zip-full tar unzip zip make \
8-
libgl1-mesa-glx ffmpeg libsm6 libxext6 \
7+
git htop btop p7zip-full tar unzip zip make \
8+
libgl1 libglx-mesa0 ffmpeg libsm6 libxext6 \
99
ca-certificates curl wget neovim iputils-ping dnsutils && \
1010
apt-get clean && rm -rf /var/lib/apt/lists/*
1111

0 commit comments

Comments
 (0)