Attempt to utilize install_debian_runtime_dependencies() of underlying airflow package
This commit is contained in:
parent
39e970eb88
commit
e94bec5079
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user