File tree Expand file tree Collapse file tree 7 files changed +12
-1
lines changed Expand file tree Collapse file tree 7 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
32
32
brave-browser \
33
33
tigervnc-standalone-server \
34
34
tigervnc-xorg-extension \
35
+ libnss-wrapper \
35
36
# chown $HOME to workaround that the xorg installation creates a
36
37
# /home/jovyan/.cache directory owned by root
37
38
&& chown -R $NB_UID:$NB_GID $HOME \
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
32
32
brave-browser \
33
33
tigervnc-standalone-server \
34
34
tigervnc-xorg-extension \
35
+ libnss-wrapper \
35
36
# chown $HOME to workaround that the xorg installation creates a
36
37
# /home/jovyan/.cache directory owned by root
37
38
&& chown -R $NB_UID:$NB_GID $HOME \
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
32
32
brave-browser \
33
33
tigervnc-standalone-server \
34
34
tigervnc-xorg-extension \
35
+ libnss-wrapper \
35
36
# chown $HOME to workaround that the xorg installation creates a
36
37
# /home/jovyan/.cache directory owned by root
37
38
&& chown -R $NB_UID:$NB_GID $HOME \
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
32
32
brave-browser \
33
33
tigervnc-standalone-server \
34
34
tigervnc-xorg-extension \
35
+ libnss-wrapper \
35
36
# chown $HOME to workaround that the xorg installation creates a
36
37
# /home/jovyan/.cache directory owned by root
37
38
&& chown -R $NB_UID:$NB_GID $HOME \
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
37
37
xorg \
38
38
xubuntu - icon - theme \
39
39
brave - browser \
40
+ libnss - wrapper \
40
41
&& rm - rf / tmp /*
41
42
42
43
# Remove light - locker to prevent screen lock
Original file line number Diff line number Diff line change @@ -6,7 +6,12 @@ USER root
6
6
# install extra apps , add extra folder and fix ownership in case apt-get messed with it
7
7
ARG EXTRA_DIR=/opt/extras
8
8
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 \
10
15
&& rm - rf / tmp /* \
11
16
&& mkdir ${EXTRA_DIR } \
12
17
&& chown - R $NB_UID : $NB_GID $HOME ${EXTRA_DIR }
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ RUN curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://br
32
32
brave-browser \
33
33
tigervnc-standalone-server \
34
34
tigervnc-xorg-extension \
35
+ libnss-wrapper \
35
36
# chown $HOME to workaround that the xorg installation creates a
36
37
# /home/jovyan/.cache directory owned by root
37
38
&& chown -R $NB_UID:$NB_GID $HOME \
You can’t perform that action at this time.
0 commit comments