Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Jun 24, 2017
1 parent a55d877 commit b488663
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 @@ -25,7 +25,7 @@ COPY requirements_all.txt requirements_all.txt
# See PR #8103 for more info.
RUN pip3 install --no-cache-dir -r requirements_all.txt && \
pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet && \
pip3 uninstall enum34
pip3 uninstall -y enum34

# Copy source
COPY . .
Expand Down

0 comments on commit b488663

Please sign in to comment.