fixed the invokation of python for get-pip.py

This commit is contained in:
Yannick M. Dixken 2020-05-15 01:08:23 +02:00
parent e87a088842
commit 9f0b8852f6

View File

@ -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