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/*