diff --git a/futhark/Dockerfile b/futhark/Dockerfile
index ce50f433c65939ff04b4d23bce1800a0c2fc7a29..1b6e8501e0f71b4bf6104e91cb3049dc8e769067 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