From 58411917c3e04b5549d7b165183b0bc4880940d1 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 16 Jun 2022 15:38:01 +0200
Subject: [PATCH] Packages got renewed in the distro so we need to pull in a
 new package list before installing anything

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

diff --git a/docker-compose/jupyter/Dockerfile b/docker-compose/jupyter/Dockerfile
index f231977ca..6ecbfc0f1 100644
--- a/docker-compose/jupyter/Dockerfile
+++ b/docker-compose/jupyter/Dockerfile
@@ -10,6 +10,7 @@ RUN sudo adduser --disabled-password --system --uid ${CONTAINER_EXECUTION_UID} -
 RUN sudo chown ${CONTAINER_EXECUTION_UID} -R ${HOME}
 
 # Add compiler to install python packages which come with C++ code
+RUN sudo apt-get update -y
 RUN sudo apt-get install -y g++ gcc python3-dev
 
 # Install git to install pip requirements from git
-- 
GitLab