Skip to content

Commit

Permalink
Remove extraneous pgdg-redhat-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuechler authored May 23, 2024
1 parent 46d039e commit 05179ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/asf_mapready.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM redhat/ubi8:8.10

# Redhat environment with ASF MapReady Perl
# Redhat environment with ASF MapReady

# Build apps
RUN yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm && \
yum update -y && \
RUN yum update -y && \
yum install -y cmake cpan gcc perl perl-DBI sudo \
libaio git gcc-c++ sqlite-devel \
libtiff-devel libcurl-devel glib2-devel \
Expand Down

0 comments on commit 05179ea

Please sign in to comment.