diff --git a/Dockerfile.base b/Dockerfile.base index e13e311..4868b6f 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -7,3 +7,4 @@ # Install Base Build Tools RUN apt-get install -y make git python3 + diff --git a/Dockerfile.base b/Dockerfile.base index e13e311..4868b6f 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -7,3 +7,4 @@ # Install Base Build Tools RUN apt-get install -y make git python3 + diff --git a/Dockerfile.build b/Dockerfile.build index 608363e..e2be6ef 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -8,16 +8,20 @@ # Install Base Build Tools RUN apt-get install -y make git python3 -# Install Tools -RUN apt-get install -y cmake doxygen graphviz +# Install Build Tools +RUN apt-get install -y cmake + +# Install Documentation Tools +RUN apt-get install -y doxygen graphviz plantuml + +# Install Compilers +RUN apt-get install -y g++ gcc # Install Linting Tools RUN apt-get install -y clang clang-tidy clang-format # Install Build Tools -RUN apt-get install -y g++ gcc - -# Install Build Tools RUN apt-get install -y 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 + diff --git a/Dockerfile.base b/Dockerfile.base index e13e311..4868b6f 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -7,3 +7,4 @@ # Install Base Build Tools RUN apt-get install -y make git python3 + diff --git a/Dockerfile.build b/Dockerfile.build index 608363e..e2be6ef 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -8,16 +8,20 @@ # Install Base Build Tools RUN apt-get install -y make git python3 -# Install Tools -RUN apt-get install -y cmake doxygen graphviz +# Install Build Tools +RUN apt-get install -y cmake + +# Install Documentation Tools +RUN apt-get install -y doxygen graphviz plantuml + +# Install Compilers +RUN apt-get install -y g++ gcc # Install Linting Tools RUN apt-get install -y clang clang-tidy clang-format # Install Build Tools -RUN apt-get install -y g++ gcc - -# Install Build Tools RUN apt-get install -y 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 + diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index 8956700..3ebac63 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -8,10 +8,13 @@ # Install Base Build Tools RUN apt-get install -y make git python3 -# Install Tools -RUN apt-get install -y cmake doxygen graphviz - # Install Build Tools +RUN apt-get install -y cmake + +# Install Documentation Tools +RUN apt-get install -y doxygen graphviz plantuml + +# Install Compilers RUN apt-get install -y g++ gcc # Install X11 dev packages diff --git a/Dockerfile.base b/Dockerfile.base index e13e311..4868b6f 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -7,3 +7,4 @@ # Install Base Build Tools RUN apt-get install -y make git python3 + diff --git a/Dockerfile.build b/Dockerfile.build index 608363e..e2be6ef 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -8,16 +8,20 @@ # Install Base Build Tools RUN apt-get install -y make git python3 -# Install Tools -RUN apt-get install -y cmake doxygen graphviz +# Install Build Tools +RUN apt-get install -y cmake + +# Install Documentation Tools +RUN apt-get install -y doxygen graphviz plantuml + +# Install Compilers +RUN apt-get install -y g++ gcc # Install Linting Tools RUN apt-get install -y clang clang-tidy clang-format # Install Build Tools -RUN apt-get install -y g++ gcc - -# Install Build Tools RUN apt-get install -y 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 + diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index 8956700..3ebac63 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -8,10 +8,13 @@ # Install Base Build Tools RUN apt-get install -y make git python3 -# Install Tools -RUN apt-get install -y cmake doxygen graphviz - # Install Build Tools +RUN apt-get install -y cmake + +# Install Documentation Tools +RUN apt-get install -y doxygen graphviz plantuml + +# Install Compilers RUN apt-get install -y g++ gcc # Install X11 dev packages diff --git a/Dockerfile.build.macosx b/Dockerfile.build.macosx index f240b82..e9e2b8c 100644 --- a/Dockerfile.build.macosx +++ b/Dockerfile.build.macosx @@ -23,3 +23,4 @@ # Configure Environment Variables ENV LD_LIBRARY_PATH="/osxcross/lib:${LD_LIBRARY_PATH}" ENV PATH="/osxcross/bin:${PATH}" + diff --git a/Dockerfile.base b/Dockerfile.base index e13e311..4868b6f 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -7,3 +7,4 @@ # Install Base Build Tools RUN apt-get install -y make git python3 + diff --git a/Dockerfile.build b/Dockerfile.build index 608363e..e2be6ef 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -8,16 +8,20 @@ # Install Base Build Tools RUN apt-get install -y make git python3 -# Install Tools -RUN apt-get install -y cmake doxygen graphviz +# Install Build Tools +RUN apt-get install -y cmake + +# Install Documentation Tools +RUN apt-get install -y doxygen graphviz plantuml + +# Install Compilers +RUN apt-get install -y g++ gcc # Install Linting Tools RUN apt-get install -y clang clang-tidy clang-format # Install Build Tools -RUN apt-get install -y g++ gcc - -# Install Build Tools RUN apt-get install -y 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 + diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index 8956700..3ebac63 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -8,10 +8,13 @@ # Install Base Build Tools RUN apt-get install -y make git python3 -# Install Tools -RUN apt-get install -y cmake doxygen graphviz - # Install Build Tools +RUN apt-get install -y cmake + +# Install Documentation Tools +RUN apt-get install -y doxygen graphviz plantuml + +# Install Compilers RUN apt-get install -y g++ gcc # Install X11 dev packages diff --git a/Dockerfile.build.macosx b/Dockerfile.build.macosx index f240b82..e9e2b8c 100644 --- a/Dockerfile.build.macosx +++ b/Dockerfile.build.macosx @@ -23,3 +23,4 @@ # Configure Environment Variables ENV LD_LIBRARY_PATH="/osxcross/lib:${LD_LIBRARY_PATH}" ENV PATH="/osxcross/bin:${PATH}" + diff --git a/Dockerfile.build.windows b/Dockerfile.build.windows index e4925d7..86458f6 100644 --- a/Dockerfile.build.windows +++ b/Dockerfile.build.windows @@ -8,8 +8,12 @@ # Install Base Build Tools RUN apt-get install -y make git python3 -# Install Tools -RUN apt-get install -y cmake doxygen graphviz - # Install Build Tools +RUN apt-get install -y cmake + +# Install Documentation Tools +RUN apt-get install -y doxygen graphviz plantuml + +# Install Compilers RUN apt-get install -y mingw-w64-common mingw-w64-tools mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev + diff --git a/Dockerfile.base b/Dockerfile.base index e13e311..4868b6f 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -7,3 +7,4 @@ # Install Base Build Tools RUN apt-get install -y make git python3 + diff --git a/Dockerfile.build b/Dockerfile.build index 608363e..e2be6ef 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -8,16 +8,20 @@ # Install Base Build Tools RUN apt-get install -y make git python3 -# Install Tools -RUN apt-get install -y cmake doxygen graphviz +# Install Build Tools +RUN apt-get install -y cmake + +# Install Documentation Tools +RUN apt-get install -y doxygen graphviz plantuml + +# Install Compilers +RUN apt-get install -y g++ gcc # Install Linting Tools RUN apt-get install -y clang clang-tidy clang-format # Install Build Tools -RUN apt-get install -y g++ gcc - -# Install Build Tools RUN apt-get install -y 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 + diff --git a/Dockerfile.build.linux b/Dockerfile.build.linux index 8956700..3ebac63 100644 --- a/Dockerfile.build.linux +++ b/Dockerfile.build.linux @@ -8,10 +8,13 @@ # Install Base Build Tools RUN apt-get install -y make git python3 -# Install Tools -RUN apt-get install -y cmake doxygen graphviz - # Install Build Tools +RUN apt-get install -y cmake + +# Install Documentation Tools +RUN apt-get install -y doxygen graphviz plantuml + +# Install Compilers RUN apt-get install -y g++ gcc # Install X11 dev packages diff --git a/Dockerfile.build.macosx b/Dockerfile.build.macosx index f240b82..e9e2b8c 100644 --- a/Dockerfile.build.macosx +++ b/Dockerfile.build.macosx @@ -23,3 +23,4 @@ # Configure Environment Variables ENV LD_LIBRARY_PATH="/osxcross/lib:${LD_LIBRARY_PATH}" ENV PATH="/osxcross/bin:${PATH}" + diff --git a/Dockerfile.build.windows b/Dockerfile.build.windows index e4925d7..86458f6 100644 --- a/Dockerfile.build.windows +++ b/Dockerfile.build.windows @@ -8,8 +8,12 @@ # Install Base Build Tools RUN apt-get install -y make git python3 -# Install Tools -RUN apt-get install -y cmake doxygen graphviz - # Install Build Tools +RUN apt-get install -y cmake + +# Install Documentation Tools +RUN apt-get install -y doxygen graphviz plantuml + +# Install Compilers RUN apt-get install -y mingw-w64-common mingw-w64-tools mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev + diff --git a/Dockerfile.lint b/Dockerfile.lint index e17e2d9..e35d4f0 100644 --- a/Dockerfile.lint +++ b/Dockerfile.lint @@ -13,3 +13,4 @@ # Install Linting Tools RUN apt-get install -y clang clang-tidy clang-format +