# 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]"
