diff --git a/Dockerfile b/Dockerfile index d45d0c7..4140e44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y \ libvirt-daemon-system \ libvirt-clients \ bridge-utils \ + libvulkan1 \ && rm -rf /var/lib/apt/lists/* && \ mkdir -p /root/.ssh/ && \ chmod 600 /root/.ssh