From 277b7f43deb3ed2e54bad80c94069cf9f0490c2a Mon Sep 17 00:00:00 2001 From: William Harris Date: Sat, 28 Dec 2024 18:34:41 -0600 Subject: [PATCH] Added user calls --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9addd4e..b427dad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,12 @@ ENV AIRFLOW_HOME=${AIRFLOW_HOME_DIR} ENV AIRFLOW__CORE__LOAD_EXAMPLES="false" +USER root + RUN apt install -y gcc python3-devel krb5-devel +USER airflow + RUN pip install \ apache-airflow-providers-amazon \ apache-airflow-providers-apache-spark \