mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 10:16:42 +00:00
Dockerfile: there is no python anymore, use python3
`python` is not a valid package name anymore, thus explicitly using `python3`
This commit is contained in:
parent
5f58e8b5fe
commit
d8d87f0a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ RUN tar xvf "${QEMU_TARBALL}"
|
|||
|
||||
RUN # Build source
|
||||
# These seem to be the only deps actually required for a successful build
|
||||
RUN apt-get -y install python build-essential libglib2.0-dev libpixman-1-dev ninja-build
|
||||
RUN apt-get -y install python3 build-essential libglib2.0-dev libpixman-1-dev ninja-build
|
||||
# These don't seem to be required but are specified here: https://wiki.qemu.org/Hosts/Linux
|
||||
RUN apt-get -y install libfdt-dev zlib1g-dev
|
||||
# Not required or specified anywhere but supress build warnings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue