From c84df4a99b4acbcc9e05bee635a0153f56d5df15 Mon Sep 17 00:00:00 2001 From: rarrouas <58395986+rarrouas@users.noreply.github.com> Date: Mon, 16 Dec 2019 18:01:17 +0200 Subject: [PATCH] Update Dockerfile --- Appium/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Appium/Dockerfile b/Appium/Dockerfile index 96458aa..ec9b845 100644 --- a/Appium/Dockerfile +++ b/Appium/Dockerfile @@ -93,7 +93,7 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools ARG APPIUM_VERSION=1.7.0-beta ENV APPIUM_VERSION=$APPIUM_VERSION -RUN curl -sL https://deb.nodesource.com/setup_10.x | bash && \ +RUN curl -sL https://deb.nodesource.com/setup_12.x | bash && \ apt-get -qqy install nodejs && \ npm install -g appium@${APPIUM_VERSION} --unsafe-perm=true --allow-root && \ exit 0 && \