Skip to content

Commit

Permalink
Desperate attempt No VII to fix the error in github actions (yum inst…
Browse files Browse the repository at this point in the history
…all -y gnupg)
  • Loading branch information
kzangeli committed Jan 10, 2024
1 parent 1afb2e4 commit f6209ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-test
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR ${PATH_TO_SRC}

RUN yum-config-manager --disable pgdg10
RUN dnf --disablerepo=* -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm
RUN yum install -y gnupg
#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 f6209ca

Please sign in to comment.