Newer
Older
Dockerfiles / Dockerfile.build.linux
@John Ryland John Ryland on 21 Jun 2021 195 bytes update to newer ubuntu version
FROM ubuntu:20.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