From a403fd326d0c8d0e6fb59ed23da9d5b232e88e81 Mon Sep 17 00:00:00 2001
From: Jonas Eppelt <jonas.eppelt@kit.edu>
Date: Wed, 25 Oct 2023 03:29:57 +0200
Subject: [PATCH] added bash kernel

---
 tp_herwig/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tp_herwig/Dockerfile b/tp_herwig/Dockerfile
index e3b828b..496b1c8 100644
--- a/tp_herwig/Dockerfile
+++ b/tp_herwig/Dockerfile
@@ -4,4 +4,5 @@ WORKDIR /herwig
 FROM jeppelt/etp_basis:latest
 COPY --from=herwig /herwig .
 
+RUN python3 -m pip install bash_kernel
 
-- 
GitLab