Skip to content

Commit

Permalink
fix: Add image to built image
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien30000 committed Jul 24, 2024
1 parent 41b1c56 commit d1180ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiger/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL author="Aurélien Delval-Carbonne" maintainer="aurelien.delval-carbo

# General Dependencies.
RUN apt update -y \
&& apt install -y build-essential git graphviz g++-multilib python-is-python3 valgrind \
&& apt install -y build-essential git graphviz g++-multilib llvm python-is-python3 valgrind \
&& apt install -y autoconf autoconf-archive automake bison clang clang-format doxygen flex gawk ghc libboost-dev libboost-graph-dev libboost-program-options-dev libboost-system-dev libreadline-dev libtool texinfo xsltproc

# ARM compilation & virtual machine.
Expand Down

0 comments on commit d1180ff

Please sign in to comment.