From bfda0b625dc77dc1930995aee3481babdfc2af74 Mon Sep 17 00:00:00 2001 From: kumy Date: Sat, 7 Jan 2023 13:43:43 +0100 Subject: [PATCH] Add chromium to Docker image I had to add the `chromium` package to have it working properly --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4cad752..b73d1b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN \ apt-get update \ && \ apt-get install -y \ + chromium \ libx11-xcb1 \ libxtst6 \ libnss3 \