diff --git a/Dockerfile b/Dockerfile index 818a56e..540ad40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ COPY package*.json ./ RUN npm install +RUN apt-get update && apt-get install -y libnss3 + # Bundle app source COPY . .