Updated the base image
This commit is contained in:
parent
65afbdeeba
commit
ac9b6e9af7
|
@ -1,4 +1,4 @@
|
||||||
FROM appium/appium:1.12.1-p0
|
FROM appium/appium:1.13.0-p0
|
||||||
|
|
||||||
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"
|
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"
|
||||||
|
|
||||||
|
@ -63,12 +63,6 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
|
||||||
bridge-utils \
|
bridge-utils \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN curl -s https://sh.polyverse.io | sh -s install BDuyZJVZpz4xyCt8zQFn89EDk; \
|
|
||||||
if [ $? -eq 0 ]; then \
|
|
||||||
apt -y update && \
|
|
||||||
apt-get -y install --reinstall $(dpkg --get-selections | awk '{print $1}'); \
|
|
||||||
fi
|
|
||||||
|
|
||||||
#=======
|
#=======
|
||||||
# noVNC
|
# noVNC
|
||||||
# Use same commit id that docker-selenium uses
|
# Use same commit id that docker-selenium uses
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM appium/appium:1.12.1-p0
|
FROM appium/appium:1.13.0-p0
|
||||||
|
|
||||||
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"
|
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM appium/appium:1.12.1-p0
|
FROM appium/appium:1.13.0-p0
|
||||||
|
|
||||||
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"
|
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue