diff --git a/Dockerfile b/Dockerfile index f3b53a6..fbb9ce5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM node:14.16.0-buster-slim@sha256:ffc15488e56d99dbc9b90d496aaf47901c6a940c077bc542f675ae351e769a12 RUN apt-get update \ - && apt-get install -y wget gnupg ca-certificates procps \ + && apt-get install -y wget gnupg ca-certificates procps libxss1 \ && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \ && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \ && apt-get update \