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

Commit

Permalink
Fix build issue (see pypa/pip#6158)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Feb 4, 2019
1 parent 71578df commit 3805b39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.8.0-RC4 (2019/02/04)

* Fix build issue (see pypa/pip#6158)

## 1.8.0-RC3 (2019/01/22)

* Add `FF_SYNCSERVER_SQLURI` env var (Issue #5)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ RUN apk --update --no-cache add \
&& cd app \
&& git reset --hard $SHA1_COMMIT \
&& pip install pymysql \
&& pip install --upgrade --no-cache-dir -r requirements.txt \
&& pip install --upgrade --no-cache-dir -r dev-requirements.txt \
&& pip install --upgrade --no-cache-dir --no-use-pep517 -r requirements.txt \
&& pip install --upgrade --no-cache-dir --no-use-pep517 -r dev-requirements.txt \
&& apk del build-dependencies \
&& rm -rf /tmp/* /var/cache/apk/* \
&& python ./setup.py develop \
Expand Down

0 comments on commit 3805b39

Please sign in to comment.