From 5079caf26653f4b583e0e7888c98b6de3bc5bace Mon Sep 17 00:00:00 2001 From: Nikhil P Bonte Date: Tue, 26 Nov 2024 10:37:01 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 67d1c9e754..3c0c4eb669 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,11 +53,13 @@ RUN cd / \ #RUN ln -s /usr/bin/python2 /usr/bin/python RUN /usr/bin/python --version +RUN ls COPY atlas-hub/repair_index.py /opt/apache-atlas/bin/ RUN chmod +x /opt/apache-atlas/bin/repair_index.py RUN ls +RUN ls /opt/apache-atlas/bin/ RUN ls atlas-hub RUN ls /opt/apache-atlas RUN ls /opt/apache-atlas/bin