Skip to content

Commit cec2b07

Browse files
authored
Merge pull request #134 from DataDog/bdu/add-parallel
chore: adds parallel tool
2 parents 7ae9041 + 9beb242 commit cec2b07

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)