Skip to content

Commit

Permalink
Fix up scanner-test
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLugo committed Jul 25, 2024
1 parent 5a94c41 commit 5149673
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/scanner-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ ENV BASH_ENV /etc/initial-bash.env
ENV PG_MAJOR=15
ENV PATH="$PATH:/usr/pgsql-$PG_MAJOR/bin/"

RUN dnf install -y \
RUN dnf install --disablerepo="*" -y \
https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm \
&& dnf -qy module disable postgresql \
&& dnf update -y \
&& dnf install -y \
expect \
Expand All @@ -49,7 +48,6 @@ RUN dnf install -y \
lsof \
lz4 \
openssl \
postgresql${PG_MAJOR}-server \
procps-ng \
python3 \
unzip \
Expand Down

0 comments on commit 5149673

Please sign in to comment.