From 629170f996527e551176303a6f01aaa554f1dffa Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Tue, 28 May 2024 14:33:00 +0000
Subject: [PATCH] Update file Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 172d183..cc57745 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ FROM jupyter/scipy-notebook:hub-1.5.0
 USER root
 RUN apt-get update -y
 RUN apt-get install -y git
-RUN apt-get install libopenmpi-dev
+RUN apt-get install -y libopenmpi-dev
 
 # Install XPRA
 #RUN apt-get install -y gnupg2 apt-transport-https software-properties-common apt-utils mc
-- 
GitLab