From aa416b7ee41f10162390443a100320a07b28ec49 Mon Sep 17 00:00:00 2001 From: nat Date: Wed, 8 Jun 2022 19:32:20 -0300 Subject: [PATCH] install npm through dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70c145a..a957a97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y \ libonig-dev \ libxml2-dev \ zip \ - unzip + unzip \ + npm # Clear cache RUN apt-get clean && rm -rf /var/lib/apt/lists/*