diff --git a/dockerfile-nogit b/dockerfile-nogit index b1dd378d..2a351b9d 100644 --- a/dockerfile-nogit +++ b/dockerfile-nogit @@ -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