diff --git a/Dockerfile b/Dockerfile index d2267c2..293cae1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,9 @@ RUN apk update && \ libvirt-daemon \ dbus \ polkit \ + mesa \ + mesa-dev \ + mesa-gl \ virt-manager && \ # Compile `redir`. gcc /usr/src/redir.c -o /usr/bin/redir && \ diff --git a/scripts/start-emulator.sh b/scripts/start-emulator.sh index 78cf13b..20deabb 100644 --- a/scripts/start-emulator.sh +++ b/scripts/start-emulator.sh @@ -34,6 +34,7 @@ wait_for_boot & echo "Starting the emulator ..." emulator \ -avd android \ + -gpu swiftshader_indirect \ -noaudio \ -no-boot-anim \ -no-window \