Skip to content

Commit ebdcd4c

Browse files
authored
Merge pull request #253 from asmacdo/add-libnss
Add libnss-wrapper to docker images for Nebari deployments
2 parents b15b5d4 + 27128a4 commit ebdcd4c

File tree

7 files changed

+12
-1
lines changed

7 files changed

+12
-1
lines changed

images/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
3232
brave-browser \
3333
tigervnc-standalone-server \
3434
tigervnc-xorg-extension \
35+
libnss-wrapper \
3536
# chown $HOME to workaround that the xorg installation creates a
3637
# /home/jovyan/.cache directory owned by root
3738
&& chown -R $NB_UID:$NB_GID $HOME \

images/Dockerfile.allensdk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
3232
brave-browser \
3333
tigervnc-standalone-server \
3434
tigervnc-xorg-extension \
35+
libnss-wrapper \
3536
# chown $HOME to workaround that the xorg installation creates a
3637
# /home/jovyan/.cache directory owned by root
3738
&& chown -R $NB_UID:$NB_GID $HOME \

images/Dockerfile.gpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
3232
brave-browser \
3333
tigervnc-standalone-server \
3434
tigervnc-xorg-extension \
35+
libnss-wrapper \
3536
# chown $HOME to workaround that the xorg installation creates a
3637
# /home/jovyan/.cache directory owned by root
3738
&& chown -R $NB_UID:$NB_GID $HOME \

images/Dockerfile.gpu.allensdk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
3232
brave-browser \
3333
tigervnc-standalone-server \
3434
tigervnc-xorg-extension \
35+
libnss-wrapper \
3536
# chown $HOME to workaround that the xorg installation creates a
3637
# /home/jovyan/.cache directory owned by root
3738
&& chown -R $NB_UID:$NB_GID $HOME \

images/Dockerfile.gpu.matlab

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
3737
xorg \
3838
xubuntu-icon-theme \
3939
brave-browser \
40+
libnss-wrapper \
4041
&& rm -rf /tmp/*
4142

4243
# Remove light-locker to prevent screen lock

images/Dockerfile.matlab

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ USER root
66
# install extra apps, add extra folder and fix ownership in case apt-get messed with it
77
ARG EXTRA_DIR=/opt/extras
88
RUN apt-get update \
9-
&& apt-get install -y htop curl git build-essential \
9+
&& apt-get install -y \
10+
htop \
11+
libnss-wrapper \
12+
curl \
13+
git \
14+
build-essential \
1015
&& rm -rf /tmp/* \
1116
&& mkdir ${EXTRA_DIR} \
1217
&& chown -R $NB_UID:$NB_GID $HOME ${EXTRA_DIR}

images/Dockerfile.openscope

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
3232
brave-browser \
3333
tigervnc-standalone-server \
3434
tigervnc-xorg-extension \
35+
libnss-wrapper \
3536
# chown $HOME to workaround that the xorg installation creates a
3637
# /home/jovyan/.cache directory owned by root
3738
&& chown -R $NB_UID:$NB_GID $HOME \

0 commit comments

Comments
 (0)