mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-03-19 21:36:01 -04:00
Update dockerfile
This commit is contained in:
parent
f98c96e98a
commit
f56e8930dc
@ -18,7 +18,7 @@ RUN apt-get update && \
|
||||
apt-get -qy autoremove
|
||||
|
||||
#Install current pip from PyPa
|
||||
RUN curl https://bootstrap.pypa.io/3.4/get-pip.py -o get-pip.py && \
|
||||
RUN curl https://bootstrap.pypa.io/pip/3.4/get-pip.py -o get-pip.py && \
|
||||
python get-pip.py
|
||||
|
||||
#Fetch additional dependencies from Python 2.x pip
|
||||
|
Loading…
x
Reference in New Issue
Block a user