mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-31 04:07:25 +00:00
Compare commits
13
Commits
v2.19.0-p2
...
v3.1.0-p0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c6b28b530 | ||
|
|
f847fbb4db | ||
|
|
564a1491ff | ||
|
|
a89d4679be | ||
|
|
9290e90e3c | ||
|
|
136b49fab8 | ||
|
|
c5651e78f9 | ||
|
|
76ae526591 | ||
|
|
46805d6a81 | ||
|
|
6302de6bc4 | ||
|
|
1e1c60fc89 | ||
|
|
2a12e66077 | ||
|
|
f2a418d712 |
@@ -96,7 +96,7 @@ Credit goes to [Guillaume - The Parallel Interface blog](https://www.paralint.co
|
||||
sudo usermod -a -G kvm ${USER}
|
||||
```
|
||||
|
||||
2. Add necessary flags to `/etc/wsl2.conf` to their respective sections.
|
||||
2. Add necessary flags to `/etc/wsl.conf` to their respective sections.
|
||||
```
|
||||
[boot]
|
||||
command = /bin/bash -c 'chown -v root:kvm /dev/kvm && chmod 660 /dev/kvm'
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
autopep8==2.3.2
|
||||
click==8.2.1
|
||||
coverage==7.10.5
|
||||
click==8.3.0
|
||||
coverage==7.10.7
|
||||
mock==5.2.0
|
||||
pytest==8.4.1
|
||||
pytest-cov==6.2.1
|
||||
pytest==8.4.2
|
||||
pytest-cov==7.0.0
|
||||
pytest-xdist==3.8.0
|
||||
requests==2.32.5
|
||||
setuptools==80.9.0
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM appium/appium:v2.19.0-p4
|
||||
FROM appium/appium:v3.1.0-p0
|
||||
|
||||
ARG AUTHORS="Budi Utomo"
|
||||
LABEL author="${AUTHORS} <budtmo.os@gmail.com>"
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
ARG DOCKER_ANDROID_VERSION
|
||||
FROM budtmo/docker-android:base_${DOCKER_ANDROID_VERSION}
|
||||
|
||||
ENV GMSAAS_CLI_VERSION="1.14.1"
|
||||
ENV GMSAAS_CLI_VERSION="1.15.0"
|
||||
|
||||
#================
|
||||
# Cloud Packages
|
||||
|
||||
Reference in New Issue
Block a user