use latest node version

This commit is contained in:
Alexey Lavrenuke 2016-10-31 19:18:14 +03:00
parent 9aaf8f0e0a
commit 8521d52e57

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 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