mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +00:00
This reverts commit 33f2fdd49cae50c93cbf1f8544402bda41070a01.
This commit is contained in:
parent
3d85d4734d
commit
6d046f7e3b
@ -2,10 +2,6 @@ FROM apache/airflow:2.6.3-python3.10
|
||||
USER root
|
||||
RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
|
||||
RUN curl -sS https://packages.microsoft.com/config/debian/11/prod.list > /etc/apt/sources.list.d/mssql-release.list
|
||||
|
||||
# Remove expired mysql keys
|
||||
RUN rm /etc/apt/sources.list.d/mysql.list
|
||||
|
||||
# Install Dependencies (listed in alphabetical order)
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get -qq update \
|
||||
|
||||
@ -2,10 +2,6 @@ FROM apache/airflow:2.6.3-python3.10
|
||||
USER root
|
||||
RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
|
||||
RUN curl -sS https://packages.microsoft.com/config/debian/11/prod.list > /etc/apt/sources.list.d/mssql-release.list
|
||||
|
||||
# Remove expired mysql keys
|
||||
RUN rm /etc/apt/sources.list.d/mysql.list
|
||||
|
||||
# Install Dependencies (listed in alphabetical order)
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get -qq install -y \
|
||||
|
||||
@ -3,9 +3,6 @@ FROM python:3.10-bullseye
|
||||
RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
|
||||
RUN curl -sS https://packages.microsoft.com/config/debian/11/prod.list > /etc/apt/sources.list.d/mssql-release.list
|
||||
|
||||
# Remove expired mysql keys
|
||||
RUN rm /etc/apt/sources.list.d/mysql.list
|
||||
|
||||
# Install Dependencies (listed in alphabetical order)
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get -qq install -y \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user