Using the latest base image
This commit is contained in:
parent
29898ba91e
commit
cde35287c7
|
@ -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>"
|
||||
|
||||
|
|
|
@ -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>"
|
||||
|
||||
|
|
|
@ -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>"
|
||||
|
||||
|
@ -38,7 +38,7 @@ WORKDIR /root
|
|||
# Sed for JSON data
|
||||
#==================
|
||||
RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
|
||||
xterm \
|
||||
xterm \
|
||||
supervisor \
|
||||
socat \
|
||||
x11vnc \
|
||||
|
|
Loading…
Reference in a new issue