Skip to content

Commit

Permalink
install parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann committed Sep 11, 2024
1 parent c204420 commit 236c6b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions images/stackrox-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ ENV BASH_ENV /etc/initial-bash.env
# Install Postgres repo
RUN dnf --disablerepo="*" install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm

# Install Extra Packages repo
# This is required to get the parallel package used by bats.
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

# Install all the packages
RUN dnf update -y \
&& dnf install -y \
Expand All @@ -39,6 +43,7 @@ RUN dnf update -y \
lsof \
lz4 \
openssl \
parallel \
python3-devel \
unzip \
xmlstarlet \
Expand Down

0 comments on commit 236c6b2

Please sign in to comment.