Files
sriphat-dataplatform/05-airflow/Dockerfile
2026-03-03 00:10:00 +07:00

6 lines
164 B
Docker

# Use an official Airflow image as a base
FROM apache/airflow:3.1.5-python3.12
# Install the airflow-code-editor plugin
RUN pip install "airflow-code-editor[git]"