Updated the base image

This commit is contained in:
butomo1989 2019-05-06 18:26:16 +07:00
parent 65afbdeeba
commit ac9b6e9af7
3 changed files with 3 additions and 9 deletions

View file

@ -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

View file

@ -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>"

View file

@ -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>"