add lsof to dev image

This commit is contained in:
thelamer 2023-03-29 07:17:45 -07:00
parent 72bcbd06f1
commit 4680f126e7
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@ RUN \
gcc \
iptables \
jq \
lsof \
make \
nodejs \
nvidia-docker2 \

View file

@ -42,6 +42,7 @@ RUN \
gcc \
iptables \
jq \
lsof \
make \
nodejs \
nvidia-docker2 \