mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Install Yarn properly
This commit is contained in:
parent
6f7b087b82
commit
662efda6b1
@ -25,7 +25,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \
|
||||
apt-get install nodejs
|
||||
|
||||
# Install Yarn
|
||||
RUN npm install yarn
|
||||
RUN npm install --global yarn
|
||||
|
||||
# Install Rebar and Hex
|
||||
RUN mix local.rebar --force && mix local.hex --force
|
||||
|
||||
Loading…
Reference in New Issue
Block a user