Newer
Older
Dockerfiles / Dockerfile.build.linux
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