Skip to content

Commit

Permalink
Merge pull request #31 from taetem/bugfix/dockerfile
Browse files Browse the repository at this point in the history
reverted py2-pip to py-pip
  • Loading branch information
johnsheehan committed Mar 2, 2017
2 parents 3c5d32d + 64bc663 commit 2a17483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM python:2.7-alpine

RUN apk update && apk upgrade && \
apk add \
gcc python python-dev py2-pip \
gcc python python-dev py-pip \
# greenlet
musl-dev \
# sys/queue.h
Expand Down

0 comments on commit 2a17483

Please sign in to comment.