Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Container Images
iapi
Commits
a4bd5334
Commit
a4bd5334
authored
Aug 17, 2022
by
mh
Browse files
add pg_config as an alternative, so devel libs can be found
parent
e41e049c
Pipeline
#18762
passed with stages
in 3 minutes and 58 seconds
Changes
1
Pipelines
20
Hide whitespace changes
Inline
Side-by-side
Containerfile.devel
View file @
a4bd5334
...
...
@@ -4,4 +4,5 @@ RUN sed -i -e 's/\[base\]/[base]\nexclude=postgresql*/' -e 's/\[updates\]/[updat
yum remove -y postgresql-* && \
yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm && \
yum install -y postgresql13-devel && \
/usr/sbin/update-alternatives --install /usr/bin/pg_config pgsql-pg_config /usr/pgsql-13/bin/pg_config 1300 && \
rm -rf /var/cache/* /var/log/yum.*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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