diff --git a/Dockerfile b/Dockerfile index 13558b7..be9cbe3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:stretch -MAINTAINER Nikolai R Kristiansen +MAINTAINER Jalal Fathi # Install node prereqs, nodejs and yarn # Ref: https://deb.nodesource.com/setup_10.x @@ -17,3 +17,5 @@ RUN \ pip install -U pip && pip install pipenv && \ npm i -g npm@^6 && \ rm -rf /var/lib/apt/lists/* + +RUN npm install -g serverless