wendeehsu
Results
1
comments of
wendeehsu
Maybe add `USER root` in the Dockerfile will help? Mine is like: ``` FROM apache/airflow:2.2.4 USER root RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y...