Skip to content

Commit

Permalink
Temporary fix -> Permanent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keegansmith21 committed Jan 9, 2024
1 parent db3204b commit 37e804d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ ARG INSTALL_USER=airflow

# Install git which is required when installing dependencies with pip
USER root
RUN rm /etc/apt/sources.list.d/mysql.list # Temporary fix due to incorrect MYSQL GPG Key: https://github.com/apache/airflow/issues/36231
RUN apt-get update -yqq
RUN apt-get install git -yqq

Expand Down

0 comments on commit 37e804d

Please sign in to comment.