chore: add gnu parallel

This allows one to execute commands in [parallel][0].

[0]: https://www.gnu.org/software/parallel/
This commit is contained in:
Joao P Dubas 2023-12-21 13:53:32 +00:00
parent db09a2683b
commit 7952de22d6

View File

@ -59,6 +59,7 @@ RUN apt-get update \
net-tools \
openssh-client \
openssl \
parallel \
pkg-config \
python3-openssl \
sudo \