From 5bd9ac5825197ff332dc007d31edb19b5c8f77f5 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Thu, 3 Mar 2022 20:47:27 +0100 Subject: [PATCH] added pkg-config --- futhark/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futhark/Dockerfile b/futhark/Dockerfile index ce50f43..1b6e850 100644 --- a/futhark/Dockerfile +++ b/futhark/Dockerfile @@ -9,6 +9,6 @@ RUN wget https://futhark-lang.org/releases/futhark-nightly-linux-x86_64.tar.xz RUN xz -d futhark-nightly-linux-x86_64.tar.xz && tar xvf futhark-nightly-linux-x86_64.tar RUN cd futhark-nightly-linux-x86_64/ && make install RUN apt install -y opencl-headers ocl-icd-opencl-dev -RUN apt install -y python3 python3-pip python3-setuptools python3-wheel ninja-build +RUN apt install -y python3 python3-pip python3-setuptools python3-wheel ninja-build pkg-config RUN pip3 install --user meson -- GitLab