From 206a2f8096814e794a77a81fd0f5976206748777 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 7 Jan 2024 07:07:25 -0500 Subject: [PATCH] feat(seacogs): install meli cli --- SeaCogs/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SeaCogs/Dockerfile b/SeaCogs/Dockerfile index 686e274..2a9938b 100644 --- a/SeaCogs/Dockerfile +++ b/SeaCogs/Dockerfile @@ -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