Skip to content

Commit

Permalink
reverted py2-pip to py-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Taetem Simms committed Mar 2, 2017
1 parent 3c5d32d commit 64bc663
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 @@ -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 64bc663

Please sign in to comment.