diff --git a/Dockerfile b/Dockerfile index 54aa038..084efb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ # Pull base image. FROM dockerfile/python +RUN npm install # Install Node.js RUN \