mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-27 16:14:34 +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/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Add updated postgres/redshift dependencies based on libq
|
# 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 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; \
|
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 update; \
|
||||||
|
|||||||
@ -41,6 +41,7 @@ RUN apt-get -qq update \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Add updated postgres/redshift dependencies based on libq
|
# 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 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; \
|
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 update; \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user