Newer
Older
Dockerfiles / Dockerfile.build.macosx
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y make git python3

# Install Build Tools
ADD osxcross.tar.gz ./