From 905f2c723b3bff806a0e7636c6e6f93c61bc209e Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Mon, 12 Feb 2018 10:49:26 +0100 Subject: [PATCH] Using the latest base image --- docker/Emulator_arm | 2 +- docker/Emulator_x86 | 2 +- docker/Real_device | 12 +++--------- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/docker/Emulator_arm b/docker/Emulator_arm index b12449b..bf2d504 100644 --- a/docker/Emulator_arm +++ b/docker/Emulator_arm @@ -1,4 +1,4 @@ -FROM appium/appium:1.7.2-p0 +FROM appium/appium:1.7.2-p1 LABEL maintainer "Budi Utomo " diff --git a/docker/Emulator_x86 b/docker/Emulator_x86 index 3835d0b..314f079 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -1,4 +1,4 @@ -FROM appium/appium:1.7.2-p0 +FROM appium/appium:1.7.2-p1 LABEL maintainer "Budi Utomo " diff --git a/docker/Real_device b/docker/Real_device index a7340db..71a65ea 100644 --- a/docker/Real_device +++ b/docker/Real_device @@ -1,4 +1,4 @@ -FROM appium/appium:1.7.2-p0 +FROM appium/appium:1.7.2-p1 LABEL maintainer "Budi Utomo " @@ -67,14 +67,7 @@ RUN wget -nv -O noVNC.zip "https://github.com/kanaka/noVNC/archive/${NOVNC_SHA} && rm websockify.zip \ && ln noVNC/vnc_auto.html noVNC/index.html -#============================================== -# Download Adb remote screen -#============================================== -RUN wget -nv -O asm.zip "http://adakoda.github.io/android-screen-monitor/download/3.0.0/ASM_3_00.zip" \ - && unzip asm.zip \ - && rm asm.zip - -#================================================ +#================================================ # noVNC Default Configurations # These Configurations can be changed through -e #================================================ @@ -110,6 +103,7 @@ EXPOSE 4723 6080 5555 #=================== # Run docker-appium #=================== +COPY sm/asm.jar /root/ COPY src /root/src COPY supervisord.conf /root/ RUN chmod -R +x /root/src && chmod +x /root/supervisord.conf