diff --git a/Dockerfile.build b/Dockerfile.build index 0138ae8..57eac28 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -8,4 +8,5 @@ RUN apt-get install -y g++ gcc gdb flex bison RUN apt-get install -y mingw-w64-common mingw-w64-tools mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev RUN apt-get install -y curl wget cmake +RUN apt-get install -y doxygen graphviz diff --git a/Dockerfile.build b/Dockerfile.build index 0138ae8..57eac28 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -8,4 +8,5 @@ RUN apt-get install -y g++ gcc gdb flex bison RUN apt-get install -y mingw-w64-common mingw-w64-tools mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev RUN apt-get install -y curl wget cmake +RUN apt-get install -y doxygen graphviz diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index cda01e1..3aaeaa2 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -5,3 +5,6 @@ # Install Build Tools RUN apt-get install -y g++ gcc +# Install Tools +RUN apt-get install -y cmake doxygen graphviz + diff --git a/Dockerfile.build b/Dockerfile.build index 0138ae8..57eac28 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -8,4 +8,5 @@ RUN apt-get install -y g++ gcc gdb flex bison RUN apt-get install -y mingw-w64-common mingw-w64-tools mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev RUN apt-get install -y curl wget cmake +RUN apt-get install -y doxygen graphviz diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index cda01e1..3aaeaa2 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -5,3 +5,6 @@ # Install Build Tools RUN apt-get install -y g++ gcc +# Install Tools +RUN apt-get install -y cmake doxygen graphviz + diff --git a/Dockerfile.build.macosx b/Dockerfile.build.macosx index 7299efb..3a277dd 100644 --- a/Dockerfile.build.macosx +++ b/Dockerfile.build.macosx @@ -15,3 +15,6 @@ ENV LD_LIBRARY_PATH="/osxcross/lib:${LD_LIBRARY_PATH}" ENV PATH="/osxcross/bin:${PATH}" +# Install Tools +RUN apt-get install -y cmake doxygen graphviz + diff --git a/Dockerfile.build b/Dockerfile.build index 0138ae8..57eac28 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -8,4 +8,5 @@ RUN apt-get install -y g++ gcc gdb flex bison RUN apt-get install -y mingw-w64-common mingw-w64-tools mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev RUN apt-get install -y curl wget cmake +RUN apt-get install -y doxygen graphviz diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index cda01e1..3aaeaa2 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -5,3 +5,6 @@ # Install Build Tools RUN apt-get install -y g++ gcc +# Install Tools +RUN apt-get install -y cmake doxygen graphviz + diff --git a/Dockerfile.build.macosx b/Dockerfile.build.macosx index 7299efb..3a277dd 100644 --- a/Dockerfile.build.macosx +++ b/Dockerfile.build.macosx @@ -15,3 +15,6 @@ ENV LD_LIBRARY_PATH="/osxcross/lib:${LD_LIBRARY_PATH}" ENV PATH="/osxcross/bin:${PATH}" +# Install Tools +RUN apt-get install -y cmake doxygen graphviz + diff --git a/Dockerfile.build.windows b/Dockerfile.build.windows index 803bc11..9a25bd9 100644 --- a/Dockerfile.build.windows +++ b/Dockerfile.build.windows @@ -5,3 +5,6 @@ # Install Build Tools RUN apt-get install -y mingw-w64-common mingw-w64-tools mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev +# Install Tools +RUN apt-get install -y cmake doxygen graphviz + diff --git a/Dockerfile.build b/Dockerfile.build index 0138ae8..57eac28 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -8,4 +8,5 @@ RUN apt-get install -y g++ gcc gdb flex bison RUN apt-get install -y mingw-w64-common mingw-w64-tools mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev RUN apt-get install -y curl wget cmake +RUN apt-get install -y doxygen graphviz diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index cda01e1..3aaeaa2 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -5,3 +5,6 @@ # Install Build Tools RUN apt-get install -y g++ gcc +# Install Tools +RUN apt-get install -y cmake doxygen graphviz + diff --git a/Dockerfile.build.macosx b/Dockerfile.build.macosx index 7299efb..3a277dd 100644 --- a/Dockerfile.build.macosx +++ b/Dockerfile.build.macosx @@ -15,3 +15,6 @@ ENV LD_LIBRARY_PATH="/osxcross/lib:${LD_LIBRARY_PATH}" ENV PATH="/osxcross/bin:${PATH}" +# Install Tools +RUN apt-get install -y cmake doxygen graphviz + diff --git a/Dockerfile.build.windows b/Dockerfile.build.windows index 803bc11..9a25bd9 100644 --- a/Dockerfile.build.windows +++ b/Dockerfile.build.windows @@ -5,3 +5,6 @@ # Install Build Tools RUN apt-get install -y mingw-w64-common mingw-w64-tools mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev +# Install Tools +RUN apt-get install -y cmake doxygen graphviz + diff --git a/Dockerfile.lint b/Dockerfile.lint index 63aa11d..88b3a21 100644 --- a/Dockerfile.lint +++ b/Dockerfile.lint @@ -5,3 +5,6 @@ # Install Linting Tools RUN apt-get install -y clang clang-tidy clang-format +# Install Tools +RUN apt-get install -y cmake doxygen graphviz +