6 lines
164 B
Docker
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]"
|