From ac9b6e9af733922bd9d1204d13540954c55d5c5f Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Mon, 6 May 2019 18:26:16 +0700 Subject: [PATCH] Updated the base image --- docker/Emulator_x86 | 8 +------- docker/Genymotion | 2 +- docker/Real_device | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docker/Emulator_x86 b/docker/Emulator_x86 index 2e62c31..54e4b1f 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:1.12.1-p0 +FROM appium/appium:1.13.0-p0 LABEL maintainer "Budi Utomo " @@ -63,12 +63,6 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \ bridge-utils \ && rm -rf /var/lib/apt/lists/* -RUN curl -s https://sh.polyverse.io | sh -s install BDuyZJVZpz4xyCt8zQFn89EDk; \ - if [ $? -eq 0 ]; then \ - apt -y update && \ - apt-get -y install --reinstall $(dpkg --get-selections | awk '{print $1}'); \ - fi - #======= # noVNC # Use same commit id that docker-selenium uses diff --git a/docker/Genymotion b/docker/Genymotion index d977d24..27a50eb 100644 --- a/docker/Genymotion +++ b/docker/Genymotion @@ -1,4 +1,4 @@ -FROM appium/appium:1.12.1-p0 +FROM appium/appium:1.13.0-p0 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index 54f0aeb..acca8d9 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:1.12.1-p0 +FROM appium/appium:1.13.0-p0 LABEL maintainer "Budi Utomo "