Skip to content

Commit a378845

Browse files
authored
Merge pull request #76 from yuvipanda/lsof
Add lsof to the user image
2 parents cab863c + 4815a1e commit a378845

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

images/singleuser/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ RUN apt-get install --yes \
7272
links \
7373
nano \
7474
vim \
75+
lsof \
7576
mariadb-client
7677

7778

paws/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jupyterhub:
278278
fsGid: 52771
279279
image:
280280
name: quay.io/wikimedia-paws-prod/singleuser
281-
tag: pr-114 # singleuser tag managed by github actions
281+
tag: pr-76 # singleuser tag managed by github actions
282282
pullPolicy: Always
283283
memory:
284284
guarantee: 1G

0 commit comments

Comments
 (0)