Using the latest base image
This commit is contained in:
parent
0e028d9a4a
commit
905f2c723b
|
@ -1,4 +1,4 @@
|
|||
FROM appium/appium:1.7.2-p0
|
||||
FROM appium/appium:1.7.2-p1
|
||||
|
||||
LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM appium/appium:1.7.2-p0
|
||||
FROM appium/appium:1.7.2-p1
|
||||
|
||||
LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM appium/appium:1.7.2-p0
|
||||
FROM appium/appium:1.7.2-p1
|
||||
|
||||
LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>"
|
||||
|
||||
|
@ -67,13 +67,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue