Skip to content

Commit

Permalink
Update docker.md (#1324)
Browse files Browse the repository at this point in the history
Add `-y` to `apt-get install yarn`.
  • Loading branch information
yhirano55 authored and gauravtiwari committed Mar 5, 2018
1 parent 76c789d commit 3825371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list

RUN apt-get install -y nodejs
RUN apt-get update && apt-get install yarn
RUN apt-get update && apt-get install -y yarn

# Rest of the commands....
```
Expand Down

0 comments on commit 3825371

Please sign in to comment.