Skip to content

Commit a6e71d2

Browse files
committed
pin setuptools to v70
1 parent fb51371 commit a6e71d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV KNESSET_DATA_PIPELINES_AIRFLOW_ROOT_DIR=/srv
1414
WORKDIR /srv
1515
COPY bin/ bin/
1616
COPY requirements.txt ./
17-
RUN pip install --upgrade pip setuptools wheel && bin/pip_install_airflow.sh
17+
RUN pip install --upgrade pip "setuptools==70" wheel && bin/pip_install_airflow.sh
1818
COPY dags/ dags/
1919
COPY knesset_data_pipelines/ knesset_data_pipelines/
2020
COPY setup.py ./

0 commit comments

Comments
 (0)