From ff55333586b79678888ae902a89216ef11339e7b Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Sat, 17 Aug 2024 14:27:14 -0400 Subject: [PATCH] add new mesa dep --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6379a0..d0c14fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -134,7 +134,7 @@ RUN \ pip \ setuptools \ wheel && \ - pip install --no-cache-dir cmake mako meson ninja ply + pip install --no-cache-dir cmake mako meson ninja packaging ply pyyaml # compile 3rd party libs RUN \