Using the latest base image

This commit is contained in:
butomo1989 2018-05-12 13:13:21 +02:00
parent 29898ba91e
commit cde35287c7
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM appium/appium:1.8.0-p0 FROM appium/appium:1.8.0-p1
LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>" LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>"

View file

@ -1,4 +1,4 @@
FROM appium/appium:1.8.0-p0 FROM appium/appium:1.8.0-p1
LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>" LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>"

View file

@ -1,4 +1,4 @@
FROM appium/appium:1.8.0-p0 FROM appium/appium:1.8.0-p1
LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>" LABEL maintainer "Budi Utomo <budi.ut.1989@gmail.com>"
@ -38,7 +38,7 @@ WORKDIR /root
# Sed for JSON data # Sed for JSON data
#================== #==================
RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
xterm \ xterm \
supervisor \ supervisor \
socat \ socat \
x11vnc \ x11vnc \