From 011753442d2944c7236cfd7891d369291dce41b3 Mon Sep 17 00:00:00 2001
From: Timo Millenaar <tmillenaar@gmail.com>
Date: Fri, 28 Mar 2025 14:56:52 +0100
Subject: [PATCH] Install pybind11-dev to make aoflagger work

---
 docker/Dockerfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 1e65be7..e17c1f2 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -82,6 +82,11 @@ RUN git clone --no-checkout https://github.com/lofar-astron/LofarStMan.git && \
     cd ../.. && rm -rf LofarStMan
 
 # AOFlagger
+RUN apt update && \
+    apt install -y software-properties-common && \
+    add-apt-repository -y universe && \
+    apt update && \
+    apt install -y pybind11-dev
 ARG AOFLAGGER_COMMIT=master
 RUN git clone --no-checkout https://gitlab.com/aroffringa/aoflagger.git && \
     git -C aoflagger checkout ${AOFLAGGER_COMMIT} && \
-- 
GitLab