Skip to content

Commit

Permalink
build(docker): pip setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Aug 28, 2024
1 parent 929df86 commit 40603bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of REANA.
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023 CERN.
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -36,7 +36,7 @@ RUN apt-get update -y && \
python3.8 \
python3.8-dev \
vim-tiny && \
pip install --no-cache-dir --upgrade pip setuptools && \
pip install --no-cache-dir --upgrade pip 'setuptools<71' && \
pip install --no-cache-dir -r /code/requirements.txt && \
apt-get remove -y \
gcc && \
Expand Down

0 comments on commit 40603bf

Please sign in to comment.