feat(seacogs): install meli cli
All checks were successful
Docker Build / Build (push) Successful in 1m7s

This commit is contained in:
Seaswimmer 2024-01-07 07:07:25 -05:00
parent c0af4481cb
commit 206a2f8096
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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