add 05-airflow
This commit is contained in:
5
05-airflow/Dockerfile
Normal file
5
05-airflow/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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]"
|
||||
Reference in New Issue
Block a user