Closed kayner closed 4 years ago
I have the same issue, any workarounds/ideas?
it seems it works for the latest appium
it seems it works for the latest appium
As I said, there are solutions to this problem:
Replace the line ARG APPIUM_VERSION = 1.7.0-beta
in Dockerfile with ARG APPIUM_VERSION = 1.18.0
. There is also a workaround, specify at build time --build-arg APPIUM_VERSION = 1.18.0
oops I missed that
I see a similar PR #128 to fix this issue. Okay, if this is normal behavior then I will close this issue.
During the docker image build with the command:
$ docker build -t "appium/appium:local" -f Appium/Dockerfile Appium
The following error occurs:
Possible Solution
I cannot say what exactly caused this error, but it does not appear on the current version of Appium 1.18.0 and Appium 1.17.0. According to npmjs Appium 1.7.0-beta was released over 3 years ago.
I think it makes sense to update the Appium version in the Dockerfile to the current one, like this: Replace the line
ARG APPIUM_VERSION = 1.7.0-beta
in Dockerfile withARG APPIUM_VERSION = 1.18.0
. There is also a workaround, specify at build time--build-arg APPIUM_VERSION = 1.18.0
.Steps to Reproduce
git clone https://github.com/budtmo/docker-android
cd docker-android
docker build -t "appium/appium:local" -f Appium/Dockerfile Appium
Context (Environment)