From 6cad71d4454c803b7ce4c2d0a993cdf291408f77 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 1 Sep 2022 12:59:22 +0200
Subject: [PATCH] Install casacore measures table to allow casacore at least to
 work. The tables will get outdated over time though unless the image is
 rebuilt.

---
 docker-compose/jupyter/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker-compose/jupyter/Dockerfile b/docker-compose/jupyter/Dockerfile
index 6ecbfc0f1..81df325a8 100644
--- a/docker-compose/jupyter/Dockerfile
+++ b/docker-compose/jupyter/Dockerfile
@@ -19,6 +19,9 @@ RUN sudo apt-get install -y git
 COPY requirements.txt ./
 RUN sudo pip3 install -r requirements.txt
 
+# Install some version of the casacore measures tables, to allow basic delay computation analysis in the notebooks
+RUN sudo apt-get install -y casacore-data
+
 # see https://github.com/jupyter/nbconvert/issues/1434
 RUN sudo bash -c "echo DEFAULT_ARGS += [\\\"--no-sandbox\\\"] >> /usr/local/lib/python3.7/dist-packages/pyppeteer/launcher.py"
 RUN sudo apt-get update -y
-- 
GitLab