1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 05:48:42 +00:00
This commit is contained in:
kev 2014-12-09 18:40:31 +08:00
parent 2c8978f297
commit 8a7f76b39b

@ -1,2 +1,4 @@
FROM ubuntu:14.04
RUN apt-get update
RUN apt-get install -y python curl
RUN curl -sSL https://bootstrap.pypa.io/get-pip.py | python