Newer
Older
Dockerfiles / Dockerfile.build.windows
@John Ryland John Ryland on 21 Jun 2021 270 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 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