Skip to content

Commit

Permalink
use centos8 repo for scanner-test postgres packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLugo committed Aug 7, 2024
1 parent abe25b7 commit e503ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/scanner-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENV PG_MAJOR=15
ENV PATH="$PATH:/usr/pgsql-$PG_MAJOR/bin/"

# Install Postgres repo
RUN dnf --disablerepo="*" install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm
RUN dnf --disablerepo="*" install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm

RUN dnf update -y \
&& dnf install -y \
Expand Down

0 comments on commit e503ce5

Please sign in to comment.