Skip to content

Commit

Permalink
update stackrox-ui-test too
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann committed Sep 11, 2024
1 parent 236c6b2 commit 8deafa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/stackrox-ui-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN dnf update -y \
&& dnf install -y wget \
&& wget --quiet -O - https://rpm.nodesource.com/setup_lts.x | bash - \
&& wget --quiet -O - https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo \
&& dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
&& dnf --disablerepo=* -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm \
&& dnf -qy module disable postgresql

Expand All @@ -44,6 +45,7 @@ RUN dnf update -y \
zstd \
lz4-devel \
nodejs \
parallel \
procps-ng \
yarn \
zlib-devel \
Expand Down

0 comments on commit 8deafa1

Please sign in to comment.