node version

This commit is contained in:
Alexey Lavrenuke 2016-10-31 19:22:39 +03:00
parent 8521d52e57
commit 1456bd2c5e

View File

@ -40,5 +40,5 @@ RUN echo "y" | android update sdk --no-ui --force --filter platform-tools
RUN pip install uiautomator Appium-Python-Client
RUN curl -sL https://deb.nodesource.com/setup | bash - && \
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
apt install -y nodejs && npm install -g appium