Skip to content

Commit

Permalink
pin setuptools to v70
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Sep 25, 2024
1 parent fb51371 commit a6e71d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV KNESSET_DATA_PIPELINES_AIRFLOW_ROOT_DIR=/srv
WORKDIR /srv
COPY bin/ bin/
COPY requirements.txt ./
RUN pip install --upgrade pip setuptools wheel && bin/pip_install_airflow.sh
RUN pip install --upgrade pip "setuptools==70" wheel && bin/pip_install_airflow.sh
COPY dags/ dags/
COPY knesset_data_pipelines/ knesset_data_pipelines/
COPY setup.py ./
Expand Down

0 comments on commit a6e71d2

Please sign in to comment.