From 02709fb18b120b22498e950cdaa50800b65e8d01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20B=C3=BCcker?= <mb366767@fh-muenster.de>
Date: Wed, 30 Aug 2023 10:59:58 +0000
Subject: [PATCH] No pip3

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index fadbd2b..8786a75 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get install -y git
 USER jovyan
 RUN pip3 install --upgrade pip
 
-RUN pip3 install --upgrade pip
+# RUN pip3 install --upgrade pip
 RUN pip install jupyter-server-proxy==4.0.0
 RUN pip install jupyterlab-git==0.42.0
-RUN pip install jupyterlab-gitlab==3.0.0
\ No newline at end of file
+RUN pip install jupyterlab-gitlab==3.0.0
-- 
GitLab