Skip to content

Commit

Permalink
npm install yarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodanov committed Oct 27, 2021
1 parent 35793ae commit be7cc30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim.dockerfile
Expand Up @@ -80,6 +80,9 @@ ENV PATH $PATH:/squashfs-root/usr/bin:/usr/local/go/bin
ENV PYTHONIOENCODING utf-8

RUN : \
####################
# Install yarn.
&& /root/.nodenv/shims/npm install --global yarn \
####################
# Add PATH to use 'go' command.
&& export GOENV_ROOT="$HOME/.goenv" \
Expand Down

0 comments on commit be7cc30

Please sign in to comment.