diff --git a/Dockerfile b/Dockerfile index 28867c0..4851b05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /app # Install Yarn RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list -RUN apt update && apt install -y yarn xvfb libnss3 libatk1.0-0 +RUN apt update && apt install -y yarn xvfb libnss3 libxss1 libasound2 libatk-bridge2.0-0 libgtk-3-0 libgbm-dev COPY ./Gemfile ./Gemfile.lock /app/