UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
postgres
postgresql12
Commits
f02c60da
Commit
f02c60da
authored
Aug 06, 2021
by
Hunter Stevens
Browse files
Merge branch 'development' into 'master'
Development See merge request
!48
parents
59b19bc5
815da2cd
Pipeline
#467368
passed with stages
in 23 minutes and 26 seconds
Changes
1
Pipelines
53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Dockerfile
Dockerfile
+4
-1
No files found.
Dockerfile
View file @
f02c60da
...
...
@@ -25,7 +25,10 @@ RUN rpm --import /tmp/RPM-GPG-KEY-PGDG-12 && \
rm
-rf
/usr/share/doc/perl-IO-Socket-SSL/certs/
*
&&
\
rm
-rf
/usr/share/doc/perl-IO-Socket-SSL/example
&&
\
rm
-rf
/usr/share/doc/perl-Net-SSLeay/examples
&&
\
chmod
+x /usr/local/bin/docker-entrypoint.sh
chmod
+x /usr/local/bin/docker-entrypoint.sh
&&
\
chmod
o-w /etc/pki/ca-trust/source/anchors/Certificates_PKCS7_v5.7_DoD.pem
&&
\
chmod
o-w /usr/local/bin/docker-entrypoint.sh
&&
\
chmod
o-w /tmp/RPM-GPG-KEY-PGDG-12
RUN
mkdir
/docker-entrypoint-initdb.d
&&
\
mkdir
-p
"
$PGDATA
"
&&
chown
-R
postgres:postgres
"
$PGDATA
"
&&
chmod
777
"
$PGDATA
"
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment