Skip to content

Commit

Permalink
Update Dockerfile.blockproducer
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Oct 9, 2023
1 parent 4d8e0ba commit 4ad8742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.blockproducer
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ RUN chmod 755 gLiveView.sh
RUN mkdir /home/cardano/bin
RUN mv gLiveView.sh /home/cardano/bin/gLiveView
RUN apt-get install lsof procps bc -y
RUN ls -ltr
RUN find / -name env
COPY env /home/cardano/bin/env
RUN chown cardano /home/cardano/bin
RUN echo "export PATH=$PATH:/home/cardano/bin" >> /root/.bashrc
Expand Down

0 comments on commit 4ad8742

Please sign in to comment.