From 1456bd2c5ea9366513055900ead6d21f5fa9efe7 Mon Sep 17 00:00:00 2001 From: Alexey Lavrenuke Date: Mon, 31 Oct 2016 19:22:39 +0300 Subject: [PATCH] node version --- docker/Dockerfile.mobile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.mobile b/docker/Dockerfile.mobile index e0614ed..8a553f7 100644 --- a/docker/Dockerfile.mobile +++ b/docker/Dockerfile.mobile @@ -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