build-environments/linux-clang-format/Dockerfile
2019-03-22 20:27:11 -04:00

6 lines
157 B
Docker

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