Fix snapshot for latest emulator

This commit is contained in:
Ting-Yu Lin
2020-02-07 17:58:43 +07:00
parent 25f646e9a8
commit 779e542a6d
2 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,9 @@ RUN dpkg --add-architecture i386 && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq software-properties-common libstdc++6:i386 zlib1g:i386 libncurses5:i386 \
locales ca-certificates apt-transport-https curl unzip redir iproute2 \
openjdk-8-jdk xvfb x11vnc fluxbox nano libpulse0 telnet expect\
openjdk-8-jdk xvfb x11vnc fluxbox nano libpulse0 telnet expect \
libasound2 dbus expat libx11-6 libxcb-composite0 libxcomposite1 libxcursor1 \
libxdamage1 libxfixes3 libgl1 libnspr4 libnss3 xorg openbox \
--no-install-recommends && \
locale-gen en_US.UTF-8 && \
# Install Android SDK