We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f976f4d commit de94891Copy full SHA for de94891
Appium/Dockerfile
@@ -76,12 +76,12 @@ ENV PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools
76
#====================================
77
# Install latest nodejs, npm, appium
78
79
-ARG APPIUM_VERSION=1.6.6-beta
+ARG APPIUM_VERSION=1.7.0-beta
80
ENV APPIUM_VERSION=$APPIUM_VERSION
81
82
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash - && \
83
apt-get -qqy install nodejs && \
84
- npm install -g appium@${APPIUM_VERSION} --no-shrinkwrap && \
+ npm install -g appium@${APPIUM_VERSION} && \
85
npm cache clean && \
86
apt-get remove --purge -y npm && \
87
apt-get autoremove --purge -y && \
0 commit comments