Skip to content

Commit

Permalink
upgrade setuptools in circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sunForest committed Aug 9, 2015
1 parent faef418 commit 5450306
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

ADD . /usr/src/app/
RUN pip install --upgrade setuptools
RUN pip install -r requirements/prod.txt

# restart nginx to load the config
Expand Down
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ machine:

dependencies:
pre:
- pip install --upgrade setuptools
- pip install -r requirements/ci.txt

database:
Expand Down

0 comments on commit 5450306

Please sign in to comment.