diff --git a/dockerfile-nogit b/dockerfile-nogit index b1dd378d9af155851bebfe7acc3d6d31547127b3..2a351b9d3cfe047aa67167a6cce72b3a4df3107c 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