Files
airflow-greenplum/Dockerfile
T

5 lines
127 B
Docker

FROM apache/airflow:2.9.2
COPY airflow/requirements.txt /requirements.txt
RUN pip install --no-cache-dir -r /requirements.txt