From ec63b0ebdc91fc91993e5814bdb02eb2e82e9a98 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Oct 2023 14:44:40 +0000 Subject: [PATCH] adding chrome dep --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4d756a8..68898aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \ libvirt-clients \ bridge-utils \ adb \ + libvulkan1 \ && rm -rf /var/lib/apt/lists/* && \ mkdir -p /root/.ssh/ && \ chmod 600 /root/.ssh