Skip to content

Commit 9beb242

Browse files
committed
chore: adds parallel tool
1 parent 7ae9041 commit 9beb242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ WORKDIR /home/non-root-user
133133
RUN <<-EOT
134134
set -eux
135135
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
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 parallel
137137
sudo locale-gen en_US.UTF-8
138138
sudo git config --system --add safe.directory "*"
139139

0 commit comments

Comments
 (0)