Skip to content

Commit

Permalink
Add 'Accept EULA' to airflow dockerfile for maac compability
Browse files Browse the repository at this point in the history
  • Loading branch information
FUenal committed Feb 19, 2024
1 parent 98da3b1 commit 67f6132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ARG CURRENT_USER=$USER

USER root
# Install Python dependencies to be able to process the wheels from the private PyPI server.
RUN apt-get -y update && apt-get -y upgrade
RUN apt-get -y update && ACCEPT_EULA=Y apt-get -y upgrade
RUN apt-get install -y python3.9-distutils python3.9-dev build-essential
USER ${CURRENT_USER}

0 comments on commit 67f6132

Please sign in to comment.