From 330e4f3a5e142b8a4b3414bac0458c3382ebfb26 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Tue, 30 Jul 2024 02:46:15 +0100 Subject: [PATCH] add libxml2 & libxslt dev packages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d8ea35..07cec1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN dpkg -i /libgl1-mesa-dri.deb \ # Install dependencies && apt-get update \ && apt-get install -y --no-install-recommends chromium chromium-common chromium-driver xvfb dumb-init \ - procps curl vim xauth \ + procps curl vim xauth libxml2-dev libxslt-dev \ # Remove temporary files and hardware decoding libraries && rm -rf /var/lib/apt/lists/* \ && rm -f /usr/lib/x86_64-linux-gnu/libmfxhw* \