Skip to content

Commit

Permalink
Fix Dockerfile for helper packages
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamchan committed Jun 15, 2024
1 parent 1016853 commit 7d29147
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ ENV LD_LIBRARY_PATH=/root/local/lib:$LD_LIBRARY_PATH
WORKDIR /home/LLTFI

### Install GraphViz package to visualize tracing
RUN apt-get install graphviz
RUN apt-get install imagemagick
RUN apt-get update
RUN apt-get install -y graphviz
RUN apt-get install -y imagemagick

### Install vim for convenience
RUN apt-get install vim
RUN apt-get install -y vim

0 comments on commit 7d29147

Please sign in to comment.