From 6f2c7b8922a9b1f8082c94616f2ba684bf45040f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Mon, 2 Mar 2020 00:02:33 +0100 Subject: [PATCH] Added clinfo and mesa-opencl-icd:i386 packages --- Dockerfile.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.m4 b/Dockerfile.m4 index e4a8181..1b01b6e 100644 --- a/Dockerfile.m4 +++ b/Dockerfile.m4 @@ -266,6 +266,7 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl libglu1:i386 \ libxtst6:i386 \ libxv1:i386 \ + mesa-opencl-icd:i386 \ ocl-icd-libopencl1:i386 \ ]])m4_dnl && apt-get install -y --no-install-recommends \ @@ -276,6 +277,7 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl bash \ bash-completion \ binutils \ + clinfo \ curl \ desktop-file-utils \ dialog \