Skip to content

Commit

Permalink
Desperate attempt No IV to fix the error in github actions (yum insta…
Browse files Browse the repository at this point in the history
…ll -y gnupg)
  • Loading branch information
kzangeli committed Jan 9, 2024
1 parent 036eb18 commit 3aabbc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile-test
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ WORKDIR ${PATH_TO_SRC}

RUN yum-config-manager --disable pgdg10

#RUN yum install -y gnupg
RUN wget https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-9-x86_64/pgdg-redhat-repo-42.0-38PGDG.noarch.rpm
RUN rpm -i pgdg-redhat-repo-42.0-38PGDG.noarch.rpm
RUN dnf --disablerepo=* -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm
RUN yum install -y gnupg

RUN yum install -y https://repo.mongodb.org/yum/redhat/8Server/mongodb-org/4.4/x86_64/RPMS/mongodb-database-tools-100.4.1.x86_64.rpm
RUN yum install -y https://repo.mongodb.org/yum/redhat/8Server/mongodb-org/4.4/x86_64/RPMS/mongodb-org-database-tools-extra-4.4.9-1.el8.x86_64.rpm
Expand Down

0 comments on commit 3aabbc5

Please sign in to comment.