Skip to content

Commit eb6bbea

Browse files
authored
Update Dockerfile
Added Description
1 parent 13af837 commit eb6bbea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ ENV NODEJS_VERSION=8.3.0 \
149149
RUN curl -sL https://nodejs.org/dist/v${NODEJS_VERSION}/node-v${NODEJS_VERSION}-linux-x64.tar.gz | tar xz --strip-components=1
150150
RUN rm -rf /var/lib/apt/lists/*
151151

152+
# Installing Yarn npm package manager
152153
RUN npm i -g yarn
153154

154155
ENV ANDROID_HOME /opt/android-sdk-linux

0 commit comments

Comments
 (0)