Skip to content

Commit

Permalink
Update requirements and dockerfile to fix the error state in tests (#393
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Mehtab Zafar committed Jun 12, 2020
1 parent ca74bbb commit 586dea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/tanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
linux-headers \
py3-yarl \
python3 \
postgresql-dev \
gcc \
musl-dev \
python3-dev && \
# Setup Tanner
git clone --depth=1 https://github.com/mushorg/tanner -b develop /opt/tanner && \
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mimesis<3.0.0
yarl
redis
aioredis
psycopg2
aiopg
uvloop
pymongo
Expand Down

0 comments on commit 586dea1

Please sign in to comment.