Install libdrm2 for GPU OpenCL dependencies in the combined image (#139)

This commit is contained in:
Cody Robibero
2026-07-21 22:03:46 -04:00
committed by GitHub
parent 69c1f95b38
commit 846b546838
+1
View File
@@ -170,6 +170,7 @@ RUN apt-get update \
libfontconfig1 \
libfreetype6 \
libjemalloc2 \
libdrm2 \
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen \
&& apt-get remove gnupg apt-transport-https --yes \
&& apt-get clean autoclean --yes \