mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-31 04:07:25 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
34656ff759 | ||
|
|
405b0b7308 | ||
|
|
c66f55462c | ||
|
|
7be06eefef | ||
|
|
2ddfba647d | ||
|
|
49540d74fb | ||
|
|
ef717fc8a5 |
@@ -1,9 +1,9 @@
|
||||
autopep8==2.3.2
|
||||
click==8.3.2
|
||||
coverage==7.13.5
|
||||
click==8.4.1
|
||||
coverage==7.14.1
|
||||
mock==5.2.0
|
||||
pytest==9.0.3
|
||||
pytest-cov==7.1.0
|
||||
pytest-xdist==3.8.0
|
||||
requests==2.33.1
|
||||
requests==2.34.2
|
||||
setuptools==82.0.1
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM appium/appium:v3.3.0-p0
|
||||
FROM appium/appium:v3.4.2-p0
|
||||
|
||||
ARG AUTHORS="Budi Utomo"
|
||||
LABEL author="${AUTHORS} <budtmo.os@gmail.com>"
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
|
||||
#=======
|
||||
# noVNC
|
||||
#=======
|
||||
ENV NOVNC_VERSION="1.6.0" \
|
||||
ENV NOVNC_VERSION="1.7.0" \
|
||||
WEBSOCKIFY_VERSION="0.13.0" \
|
||||
OPT_PATH="/opt"
|
||||
RUN wget -nv -O noVNC.zip "https://github.com/novnc/noVNC/archive/refs/tags/v${NOVNC_VERSION}.zip" \
|
||||
|
||||
Reference in New Issue
Block a user