feat: add gnu parallel (#21)
This allows one to execute commands in [parallel][0]. [0]: https://www.gnu.org/software/parallel/ Reviewed-on: #21
This commit is contained in:
parent
db09a2683b
commit
afd271eae5
@ -59,6 +59,7 @@ RUN apt-get update \
|
|||||||
net-tools \
|
net-tools \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
openssl \
|
openssl \
|
||||||
|
parallel \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3-openssl \
|
python3-openssl \
|
||||||
sudo \
|
sudo \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user