mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 16:55:06 +00:00
fix: PostgreSQL installation in Ingestion Docker (#18114)
This commit is contained in:
parent
8640b4c665
commit
c51ae56d9b
@ -42,7 +42,7 @@ RUN dpkg --configure -a \
|
||||
|
||||
# Add updated postgres/redshift dependencies based on libq
|
||||
RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||
RUN echo "deb https://apt.postgresql.org/pub/repos/apt/ buster-pgdg main" > /etc/apt/sources.list.d/pgdg.list; \
|
||||
RUN echo "deb https://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list; \
|
||||
apt-get -qq update; \
|
||||
apt-get -qq install --no-install-recommends -y libpq-dev postgresql-client postgresql-common postgresql postgresql-contrib; \
|
||||
apt-get -qq autoremove -yqq --purge; \
|
||||
|
||||
@ -42,7 +42,7 @@ RUN apt-get -qq update \
|
||||
|
||||
# Add updated postgres/redshift dependencies based on libq
|
||||
RUN curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||
RUN echo "deb https://apt.postgresql.org/pub/repos/apt/ buster-pgdg main" > /etc/apt/sources.list.d/pgdg.list; \
|
||||
RUN echo "deb https://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list; \
|
||||
apt-get -qq update; \
|
||||
apt-get -qq install --no-install-recommends -y libpq-dev postgresql-client postgresql-common postgresql postgresql-contrib; \
|
||||
apt-get -qq autoremove -yqq --purge; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user