Skip to content

Commit

Permalink
sort scanner-test deps by alphabetical order; add postgresql-contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLugo committed Aug 7, 2024
1 parent eeffe4b commit abe25b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/scanner-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ RUN dnf update -y \
lsof \
lz4 \
openssl \
postgresql-contrib-${PG_MAJOR} \
postgresql${PG_MAJOR}-server \
procps-ng \
python3 \
unzip \
xz \
zip \
postgresql${PG_MAJOR}-server \
&& dnf clean all \
&& rm -rf /var/cache/dnf /var/cache/yum

Expand Down

0 comments on commit abe25b7

Please sign in to comment.