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