From 1dafb1c6268e5036dbe7980eb68de7c96b41f488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Jakub=20Nani=C5=A1ta?= Date: Fri, 9 Aug 2024 09:41:27 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Add=20parallel=20utility=20to=20?= =?UTF-8?q?the=20dockerfile=20(#826)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d81e31994..a70349085 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,6 +64,8 @@ RUN apt-get install --yes \ # # See a tutorial here https://www.baeldung.com/linux/bash-interactive-prompts expect \ + # Parallel is a utilit we use to parallelize the BATS (user) tests + parallel \ # Utilities required to build solana pkg-config libudev-dev llvm libclang-dev protobuf-compiler