mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
5 lines
132 B
Docker
5 lines
132 B
Docker
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
|