Add pip to python3.3
This commit is contained in:
parent
afd17709a6
commit
522a394746
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue