FROM apache/airflow:2.4.3-python3.10

RUN pip install -U pip
COPY requirements.txt /
RUN pip install --no-cache-dir -r /requirements.txt
