mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
use latest node version
This commit is contained in:
parent
9aaf8f0e0a
commit
8521d52e57
@ -40,5 +40,5 @@ RUN echo "y" | android update sdk --no-ui --force --filter platform-tools
|
|||||||
|
|
||||||
RUN pip install uiautomator Appium-Python-Client
|
RUN pip install uiautomator Appium-Python-Client
|
||||||
|
|
||||||
RUN apt install -y curl && curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
|
RUN curl -sL https://deb.nodesource.com/setup | bash - && \
|
||||||
apt install -y nodejs && npm install -g appium
|
apt install -y nodejs && npm install -g appium
|
||||||
|
Loading…
Reference in New Issue
Block a user