From 7952de22d6332f9c89b796c39a5fd5e63cb54f3e Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Thu, 21 Dec 2023 13:53:32 +0000 Subject: [PATCH] chore: add gnu parallel This allows one to execute commands in [parallel][0]. [0]: https://www.gnu.org/software/parallel/ --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 106de39..69dfb4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,6 +59,7 @@ RUN apt-get update \ net-tools \ openssh-client \ openssl \ + parallel \ pkg-config \ python3-openssl \ sudo \ -- 2.47.2