Add pip to python3.3

This commit is contained in:
kondzik 2014-09-26 22:52:39 +02:00
parent afd17709a6
commit 522a394746
1 changed files with 2 additions and 0 deletions

View File

@ -30,4 +30,6 @@ RUN cd /usr/local/bin \
&& ln -s python3 python \
&& ln -s python-config3 python-config
RUN curl -SL 'https://bootstrap.pypa.io/get-pip.py' | python3
CMD ["python3"]