mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-26 23:55:02 +00:00
fix: updated Dockerfile to fix the workflow stuck issue (#19828)
* added for test * added for test * Updated Dockerfile to fix the workflow stuck issue * Updated and fixed the workflow stuck issue * Updated and fixed the workflow stuck issue --------- Co-authored-by: Tarun <tarun.p@deuexsolutions.com> (cherry picked from commit 8d16657a15993feb26aeebad80c03c2ed4d3faef)
This commit is contained in:
parent
41aa282655
commit
1846dab68b
@ -41,6 +41,7 @@ RUN dpkg --configure -a \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Add updated postgres/redshift dependencies based on libq
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||
RUN echo "deb https://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list; \
|
||||
apt-get -qq update; \
|
||||
|
||||
@ -41,6 +41,7 @@ RUN apt-get -qq update \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Add updated postgres/redshift dependencies based on libq
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||
RUN echo "deb https://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list; \
|
||||
apt-get -qq update; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user