lukechilds / dockerpi

A Virtualised Raspberry Pi inside a Docker image
MIT License
1.85k stars 191 forks source link

fix:Tar extract file not found error #65

Open gouthamsk98 opened 1 month ago

gouthamsk98 commented 1 month ago

I've resolved two minor issues. First, the Docker build was failing at line 23 due to the RUN tar xvf "${QEMU_TARBALL}" command not executing because of a 'file not found' error. I fixed this by adding RUN apt-get install xz-utils before that line. Second, on line 26, I updated the command RUN apt-get -y install python build-essential libglib2.0-dev libpixman-1-dev ninja-build by replacing python with python3