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