Updated Genymotion to version 3.0.1
This commit is contained in:
parent
fcb89f2702
commit
7d63eac5ae
|
@ -102,7 +102,7 @@ ENV DISPLAY=:0 \
|
||||||
# Install genymotion
|
# Install genymotion
|
||||||
#====================
|
#====================
|
||||||
RUN echo | ssh-keygen -q
|
RUN echo | ssh-keygen -q
|
||||||
ARG GENYMOTION_VERSION=2.12.1
|
ARG GENYMOTION_VERSION=3.0.1
|
||||||
ENV GENYMOTION=true \
|
ENV GENYMOTION=true \
|
||||||
GENYMOTION_VERSION=$GENYMOTION_VERSION \
|
GENYMOTION_VERSION=$GENYMOTION_VERSION \
|
||||||
PATH="${PATH}:/opt/genymobile/genymotion/" \
|
PATH="${PATH}:/opt/genymobile/genymotion/" \
|
||||||
|
|
|
@ -12,7 +12,7 @@ services:
|
||||||
|
|
||||||
# Please stop this container by using docker stop instead of docker-compose stop
|
# Please stop this container by using docker stop instead of docker-compose stop
|
||||||
saas:
|
saas:
|
||||||
image: butomo1989/docker-android-genymotion
|
image: budtmo/docker-android-genymotion
|
||||||
depends_on:
|
depends_on:
|
||||||
- selenium_hub
|
- selenium_hub
|
||||||
privileged: true
|
privileged: true
|
||||||
|
@ -29,7 +29,7 @@ services:
|
||||||
|
|
||||||
# Please stop this container by using docker stop instead of docker-compose stop
|
# Please stop this container by using docker stop instead of docker-compose stop
|
||||||
aws:
|
aws:
|
||||||
image: butomo1989/docker-android-genymotion
|
image: budtmo/docker-android-genymotion
|
||||||
depends_on:
|
depends_on:
|
||||||
- selenium_hub
|
- selenium_hub
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Reference in a new issue