dockerpi
dockerpi copied to clipboard
Dockerfile: there is no python anymore, use python3
python is not a valid package name anymore, thus explicitly using python3
fixes #60
For clarity. Replacing this line: RUN apt-get -y install python build-essential libglib2.0-dev libpixman-1-dev ninja-build
With this: RUN apt-get -y install python3 python-is-python3 build-essential libglib2.0-dev libpixman-1-dev ninja-build