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