From 4aa4ff584c95df18043d48f58ee322e9051f9d46 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Sun, 17 Mar 2024 22:13:00 +0100 Subject: [PATCH] Why not add libatk1.0-0 too --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd50d47..4f008d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,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 +RUN apt update && apt install -y yarn xvfb libnss3 libatk1.0-0 COPY ./Gemfile ./Gemfile.lock /app/