We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FROM alpine:3.19.1
npm install -g appium@...
Note: instead of full android sdk install let's try to insta only required binaries aka adb etc. Example of the adb installation on alpine can be found here: https://github.com/zebrunner/mcloud-android-connector/blob/f54a8be7cb3f305fc50716034e4af6ad22b874d5/Dockerfile#L20
Goals:
The text was updated successfully, but these errors were encountered:
npm install
vavadikb
No branches or pull requests
FROM alpine:3.19.1
npm install -g appium@...
we have to compile our own patched sourcesNote: instead of full android sdk install let's try to insta only required binaries aka adb etc. Example of the adb installation on alpine can be found here: https://github.com/zebrunner/mcloud-android-connector/blob/f54a8be7cb3f305fc50716034e4af6ad22b874d5/Dockerfile#L20
Goals:
The text was updated successfully, but these errors were encountered: