Skip to content

Commit cfe0938

Browse files
committed
Add lsof
1 parent 727afce commit cfe0938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WORKDIR /home/non-root-user
2727
RUN <<-EOT
2828
set -eux
2929
sudo apt-get update
30-
sudo apt-get install -y curl tar apt-transport-https ca-certificates gnupg locales jq git gh yq lsb-release
30+
sudo apt-get install -y curl tar apt-transport-https ca-certificates gnupg locales jq git gh yq lsb-release lsof
3131
sudo locale-gen en_US.UTF-8
3232
sudo git config --system --add safe.directory "*"
3333

@@ -134,7 +134,7 @@ WORKDIR /home/non-root-user
134134
RUN <<-EOT
135135
set -eux
136136
sudo apt-get update
137-
sudo apt-get install -y curl tar apt-transport-https ca-certificates gnupg socat less debian-goodies autossh ca-certificates-java python3-pip locales jq git gh yq lsb-release
137+
sudo apt-get install -y curl tar apt-transport-https ca-certificates gnupg socat less debian-goodies autossh ca-certificates-java python3-pip locales jq git gh yq lsb-release lsof
138138
sudo locale-gen en_US.UTF-8
139139
sudo git config --system --add safe.directory "*"
140140

0 commit comments

Comments
 (0)