Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbonte21 committed Nov 26, 2024
1 parent 8005e41 commit 5079caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5079caf

Please sign in to comment.