mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-24 07:21:18 -04:00
fixed the invokation of python for get-pip.py
This commit is contained in:
parent
e87a088842
commit
9f0b8852f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue