Skip to content

Commit

Permalink
🧹 Add parallel utility to the dockerfile (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Aug 9, 2024
1 parent 23235c0 commit 1dafb1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1dafb1c

Please sign in to comment.