From be89467356f2c4282d83f4c9ffed339d04d83444 Mon Sep 17 00:00:00 2001
From: Christian Winter <c.winter@kit.edu>
Date: Mon, 30 Oct 2023 11:15:36 +0000
Subject: [PATCH] include bash_kernel in all images

---
 .gitlab-ci.yml   | 1 +
 basis/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e87184c..fbb2494 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ variables:
   rules:
     - changes: 
       - $IMAGE_NAME/Dockerfile
+      - basis/*
   before_script:
     - docker login -u $DOCKER_HUB_USER -p $DOCKER_TOKEN
   script:
diff --git a/basis/Dockerfile b/basis/Dockerfile
index eaa3e3c..aec5b00 100755
--- a/basis/Dockerfile
+++ b/basis/Dockerfile
@@ -25,7 +25,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
 
 ### installing pip packages
 RUN pip install numpy seaborn scipy matplotlib uncertainties pyunfold PhyPraKit pandas\
-    kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets jupyter-server --upgrade --no-cache-dir
+    kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets jupyter-server bash_kernel --upgrade --no-cache-dir
 
 RUN pip install iminuit --no-cache
 
-- 
GitLab