You've already forked docker-android
mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-03-10 11:37:45 -07:00
Using the latest base image
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user