Skip to content

Commit

Permalink
Merge pull request #63 from data-for-change/setuptools-version-airflo…
Browse files Browse the repository at this point in the history
…w_server

Update Dockerfile
  • Loading branch information
atalyaalon authored Aug 15, 2024
2 parents abef13a + f6d8e56 commit 992886d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ COPY pip_install_deps.sh ./
COPY dags/ dags/
COPY anyway_etl_airflow/ anyway_etl_airflow/
COPY setup.py ./
RUN pip install setuptools==70.3.0
RUN pip install -e .

ENV AIRFLOW_HOME=/var/airflow
Expand Down

0 comments on commit 992886d

Please sign in to comment.