File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ COPY redhat/atomic/pgo_lspvc/help.1 /help.1
1414COPY redhat/atomic/pgo_lspvc/help.md /help.md
1515COPY redhat/licenses /licenses
1616
17+ ADD conf/RPM-GPG-KEY-crunchydata /
18+ ADD conf/crunchypg11.repo /etc/yum.repos.d/
19+ RUN rpm --import RPM-GPG-KEY-crunchydata
20+
21+
1722RUN yum -y update && yum -y clean all
1823
1924#RUN mkdir -p /opt/cpm/bin && chown -R 26:26 /opt/cpm
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ COPY redhat/atomic/pgo_rmdata/help.1 /help.1
1414COPY redhat/atomic/pgo_rmdata/help.md /help.md
1515COPY redhat/licenses /licenses
1616
17+ ADD conf/RPM-GPG-KEY-crunchydata /
18+ ADD conf/crunchypg11.repo /etc/yum.repos.d/
19+ RUN rpm --import RPM-GPG-KEY-crunchydata
20+
21+
1722RUN yum -y update && yum -y clean all
1823
1924RUN mkdir -p /opt/cpm/bin
You can’t perform that action at this time.
0 commit comments