Skip to content

Commit

Permalink
Merge pull request #28 from maykinmedia/feature/50-fix-outdated-setup…
Browse files Browse the repository at this point in the history
…tools-issue

🐛 [#50] update pip in stage 3 of dockerfile
  • Loading branch information
bart-maykin authored Aug 28, 2024
2 parents 667a65c + 641561a commit 5cf3046
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
# libxslt \
&& rm -rf /var/lib/apt/lists/*

# update setuptools
RUN pip install pip "setuptools>=70.0.0"


WORKDIR /app
COPY ./bin/docker_start.sh /start.sh
# Uncomment if you use celery
Expand Down

0 comments on commit 5cf3046

Please sign in to comment.