Skip to content

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.

Copy link

@theFoxCost theFoxCost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you did well mate

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.

3 participants