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:
tarunpandey23 2025-02-17 14:57:24 +05:30 committed by OpenMetadata Release Bot
parent 41aa282655
commit 1846dab68b
2 changed files with 2 additions and 0 deletions

View File

@ -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; \

View File

@ -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; \