UNCLASSIFIED

Commit 42cf404f authored by Jacob Rohlman's avatar Jacob Rohlman
Browse files

removing secrets

parent 7ff7c53a
Pipeline #275721 passed with stages
in 6 minutes and 50 seconds
...@@ -18,7 +18,7 @@ COPY signatures/RPM-GPG-KEY-PGDG-10 \ ...@@ -18,7 +18,7 @@ COPY signatures/RPM-GPG-KEY-PGDG-10 \
COPY scripts/docker-entrypoint.sh /usr/local/bin/ COPY scripts/docker-entrypoint.sh /usr/local/bin/
RUN rpm --import /tmp/RPM-GPG-KEY-PGDG-10 && \ RUN rpm --import /tmp/RPM-GPG-KEY-PGDG-10 && \
dnf install -y glibc-langpack-en /tmp/postgresql10-server.rpm /tmp/postgresql10.rpm /tmp/postgresql10-libs.rpm /tmp/postgresql10-contrib.rpm && \ dnf install -y --nodocs glibc-langpack-en /tmp/postgresql10-server.rpm /tmp/postgresql10.rpm /tmp/postgresql10-libs.rpm /tmp/postgresql10-contrib.rpm && \
dnf clean all && \ dnf clean all && \
rm -rf /var/cache/dnf && \ rm -rf /var/cache/dnf && \
chmod +x /usr/local/bin/docker-entrypoint.sh chmod +x /usr/local/bin/docker-entrypoint.sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment