Initial addition of build-environment files.

This commit is contained in:
chris062689 2019-03-22 20:27:11 -04:00
parent 51e5a2389f
commit 8a43699577
7 changed files with 299 additions and 0 deletions

View file

@ -0,0 +1,5 @@
FROM ubuntu:18.04
MAINTAINER yuzu
RUN useradd -m -s /bin/bash yuzu
RUN apt-get update && apt-get -y full-upgrade
RUN apt-get install -y git clang-format-6.0