This commit is contained in:
parent
fca7f5b7b9
commit
35fd3399f9
1 changed files with 3 additions and 0 deletions
|
@ -10,3 +10,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
|||
node --version
|
||||
|
||||
RUN npm install -g @getmeli/cli@1.2.0
|
||||
|
||||
FROM docs AS yarn
|
||||
RUN npm i -g yarn
|
Loading…
Reference in a new issue