From 2fd998f548516838c5298870a515635162ffc349 Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 7 Sep 2023 12:37:58 +0300 Subject: [PATCH] update docker file for pdf --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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 . .