Skip to content

Commit

Permalink
Enable another RHEL repository for pgAdmin 4
Browse files Browse the repository at this point in the history
This helps to cover the universe of dependencies.
  • Loading branch information
Jonathan S. Katz committed May 15, 2020
1 parent 188eb2f commit 3c450a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhel7/Dockerfile.pgadmin4.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LABEL name="pgadmin4" \

RUN yum -y install \
--setopt=skip_missing_names_on_install=False \
--enablerepo="epel,rhel-7-server-extras-rpms,rhel-7-server-devtools-rpms" \
--enablerepo="epel,rhel-7-server-devtools-rpms,rhel-7-server-extras-rpms,rhel-7-server-optional-rpms" \
gcc \
mod_ssl \
mod_wsgi \
Expand Down

0 comments on commit 3c450a1

Please sign in to comment.