Skip to content

Commit

Permalink
Bump python setuptools in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
camcam1773 committed Jul 28, 2024
1 parent c92e2cd commit 54f92ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ADD requirements.txt /
ADD ./templates /templates/
ADD ./tests tests/

RUN pip install --upgrade pip
RUN apk upgrade --no-cache
RUN pip install --upgrade pip setuptools
RUN pip install -r requirements.txt

EXPOSE 8080
Expand Down

0 comments on commit 54f92ad

Please sign in to comment.