From 779e542a6d9f415137cf07c4b25c9ca6ed04aa9d Mon Sep 17 00:00:00 2001 From: Ting-Yu Lin Date: Fri, 7 Feb 2020 17:58:43 +0700 Subject: [PATCH] Fix snapshot for latest emulator --- templates/Dockerfile | 4 +++- templates/Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/Dockerfile b/templates/Dockerfile index 56c66be..d9090a3 100644 --- a/templates/Dockerfile +++ b/templates/Dockerfile @@ -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 diff --git a/templates/Makefile b/templates/Makefile index 4504e9a..7e0788b 100644 --- a/templates/Makefile +++ b/templates/Makefile @@ -1,4 +1,4 @@ -OWNER=agoda +OWNER=mobdevops IMAGE_NAME=docker-emulator-{{ platform }} VCS_REF=`git rev-parse --short HEAD` IMAGE_VERSION ?= 1.0.0