File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ WORKDIR /home/non-root-user
2727RUN <<-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
134134RUN <<-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
You can’t perform that action at this time.
0 commit comments