Added user calls
This commit is contained in:
parent
01467d4380
commit
277b7f43de
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user