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
postgresql10
Commits
42cf404f
Commit
42cf404f
authored
May 24, 2021
by
Jacob Rohlman
Browse files
removing secrets
parent
7ff7c53a
Pipeline
#275721
passed with stages
in 6 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
42cf404f
...
@@ -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
...
...
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