Newer
Older
Dockerfiles / Dockerfile.lint
@John Ryland John Ryland on 21 Jun 2021 219 bytes add cmake and doxygen to the build tools
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y make git python3

# Install Linting Tools
RUN apt-get install -y clang clang-tidy clang-format

# Install Tools
RUN apt-get install -y cmake doxygen graphviz