From 3386cbde06cacd84d74a2f65175a207011e0f711 Mon Sep 17 00:00:00 2001
From: Rui Zhang <rui.zhang@cern.ch>
Date: Tue, 6 Sep 2022 00:20:27 +0200
Subject: [PATCH] Copy the right repo

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

diff --git a/Dockerfile b/Dockerfile
index 75c927c..b56b262 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,8 +19,9 @@ FROM atlas/athanalysis:21.2.94 AS centosContainer
 WORKDIR /workdir
 
 #ARG CACHEBUST=1 # with this the command below will run without cache
-RUN git clone https://gitlab.cern.ch/chweber/ZX_PostProcessingPlotter.git
-
+RUN mkdir ZX_PostProcessingPlotter
+RUN COPY * ZX_PostProcessingPlotter
+RUN yum install vim
 
 WORKDIR /workdir
 
-- 
GitLab