Newer
Older
Dockerfiles / Dockerfile.build.linux
@John Ryland John Ryland on 21 Jun 2021 195 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 Build Tools
RUN apt-get install -y g++ gcc

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