add new mesa dep

This commit is contained in:
aptalca 2024-08-17 14:27:14 -04:00
parent 25ee456115
commit ff55333586
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -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 \