mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
fixed the invokation of python for get-pip.py
This commit is contained in:
parent
e87a088842
commit
9f0b8852f6
@ -16,7 +16,7 @@ RUN apt-get update && \
|
||||
|
||||
#Install current pip from PyPa
|
||||
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
|
||||
python get-pip.py
|
||||
python3 get-pip.py
|
||||
|
||||
#Fetch additional dependencies from Python 3.x pip
|
||||
RUN pip install pyyaml
|
||||
|
Loading…
Reference in New Issue
Block a user