feat(seacogs): install meli cli
All checks were successful
Docker Build / Build (push) Successful in 1m7s
All checks were successful
Docker Build / Build (push) Successful in 1m7s
This commit is contained in:
parent
c0af4481cb
commit
206a2f8096
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
|||
apt-get install -y nodejs && \
|
||||
node --version
|
||||
|
||||
# Install Meli CLI
|
||||
|
||||
RUN npm install -g @getmeli/cli@1.2.0
|
||||
|
||||
# Set up deadsnakes PPA
|
||||
|
||||
RUN add-apt-repository ppa:deadsnakes/ppa -y
|
||||
|
|
Loading…
Reference in a new issue