Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Pin setuptools to 47.1.1 in Dockerfile
Browse files Browse the repository at this point in the history
Installing ruamel.yaml.clib==0.2.0 wasn't working for setuptools==0.50.0
  • Loading branch information
stevenbal committed Aug 31, 2020
1 parent e74cf55 commit 8afef04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk --no-cache add \
WORKDIR /app

COPY ./requirements /app/requirements
RUN pip install pip setuptools -U
RUN pip install pip setuptools==47.1.1
RUN pip install -r requirements/production.txt


Expand Down

0 comments on commit 8afef04

Please sign in to comment.