UNCLASSIFIED

Commit 3b80d2aa authored by Ryan Akers's avatar Ryan Akers
Browse files

Merge branch 'remove-perl-io-secrets' into 'development'

Remove perl io secrets

See merge request !44
parents f2acb237 f0b21ca3
Pipeline #291062 passed with stages
in 8 minutes and 37 seconds
......@@ -22,6 +22,7 @@ RUN rpm --import /tmp/RPM-GPG-KEY-PGDG-12 && \
dnf install -y glibc-langpack-en /tmp/postgresql12-server.rpm /tmp/postgresql12.rpm /tmp/postgresql12-libs.rpm /tmp/postgresql12-contrib.rpm && \
dnf clean all && \
rm -rf /var/cache/dnf && \
rm -rf /usr/share/doc/perl-IO-Socket-SSL/certs/* && \
chmod +x /usr/local/bin/docker-entrypoint.sh
RUN mkdir /docker-entrypoint-initdb.d && \
......
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