We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ae9041 + 9beb242 commit cec2b07Copy full SHA for cec2b07
1 file changed
Dockerfile
@@ -133,7 +133,7 @@ WORKDIR /home/non-root-user
133
RUN <<-EOT
134
set -eux
135
sudo apt-get update
136
- 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 unzip
+ 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 unzip parallel
137
sudo locale-gen en_US.UTF-8
138
sudo git config --system --add safe.directory "*"
139
0 commit comments