From d4ec8a9e3f1164eeb2833b5c98b1c884d1a5884c Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Mon, 7 Oct 2024 12:47:56 +0200
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Jan Frenzel <jan.frenzel@tu-dresden.de>
---
 Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 3eda781bb..0563d423f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,7 +30,6 @@ gitlab.hrz.tu-chemnitz.de ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNixJ1syD506jOti
 gitlab.hrz.tu-chemnitz.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/cSNsKRPrfXCMjl+HsKrnrI3HgbCyKWiRa715S99BR\n' > ~/.ssh/known_hosts
 
 RUN git clone https://gitlab.hrz.tu-chemnitz.de/zih/hpcsupport/mkdocs_table_plugin.git ~/mkdocs_table_plugin
-#RUN git clone https://gitlab.hrz.tu-chemnitz.de/mago411c--tu-dresden.de/mkdocs_table_plugin.git ~/mkdocs_table_plugin
 RUN cd ~/mkdocs_table_plugin && python setup.py install
 
 #Make sure that mermaid is integrated...
-- 
GitLab