Skip to content

Commit 19e8133

Browse files
committed
Add lsof to the user image
lsof is helpful in figuring out ports in use, which will become perhaps increasingly useful thanks to usage of https://github.com/jupyterhub/jupyter-server-proxy/. There isn't any extra security exposure here. Fixes https://phabricator.wikimedia.org/T283984
1 parent ac7748d commit 19e8133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/singleuser/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ RUN apt-get install --yes \
7070
links \
7171
nano \
7272
vim \
73+
lsof \
7374
mariadb-client > /dev/null
7475

7576

0 commit comments

Comments
 (0)