Attempt to utilize install_debian_runtime_dependencies() of underlying airflow package

This commit is contained in:
William Harris 2024-12-28 19:46:33 -06:00
parent 39e970eb88
commit e94bec5079
No known key found for this signature in database
GPG Key ID: 61C5D721DC37155E

View File

@ -11,11 +11,13 @@ ENV AIRFLOW_HOME_DIR=${AIRFLOW_HOME_DIR}
ENV AIRFLOW_USER_HOME_DIR=${AIRFLOW_USER_HOME_DIR}
ENV AIRFLOW_HOME=${AIRFLOW_HOME_DIR}
ARG ADDITIONAL_RUNTIME_APT_DEPS="gcc python3-devel krb5-devel"
ENV AIRFLOW__CORE__LOAD_EXAMPLES="false"
USER root
RUN apt-get install -y gcc python3-devel krb5-devel
RUN install_debian_runtime_dependencies()
USER airflow