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 13af837 commit eb6bbeaCopy full SHA for eb6bbea
Dockerfile
@@ -149,6 +149,7 @@ ENV NODEJS_VERSION=8.3.0 \
149
RUN curl -sL https://nodejs.org/dist/v${NODEJS_VERSION}/node-v${NODEJS_VERSION}-linux-x64.tar.gz | tar xz --strip-components=1
150
RUN rm -rf /var/lib/apt/lists/*
151
152
+# Installing Yarn npm package manager
153
RUN npm i -g yarn
154
155
ENV ANDROID_HOME /opt/android-sdk-linux
0 commit comments