Revert "Update Dockerfile.ci file to use new MySQL Keys (#14400)" (#14416)

This reverts commit 33f2fdd49cae50c93cbf1f8544402bda41070a01.
This commit is contained in:
Pere Miquel Brull 2023-12-16 16:46:33 +01:00 committed by GitHub
parent 3d85d4734d
commit 6d046f7e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 11 deletions

View File

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

View File

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

View File

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