Skip to content

fix:Tar extract file not found error#65

Open
gouthamsk98 wants to merge 1 commit intolukechilds:masterfrom
gouthamsk98:master
Open

fix:Tar extract file not found error#65
gouthamsk98 wants to merge 1 commit intolukechilds:masterfrom
gouthamsk98:master

Conversation

@gouthamsk98
Copy link

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

@Isak-Landin
Copy link

Yeah I had to do the same. I recommend this change to be applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants