Tobias 167b154ec7
linux-clang-format: Make use of clang-format 10
This plays nicer with C++ attributes and is also more up to date.
2020-08-08 18:45:43 +02:00

6 lines
183 B
Docker

FROM ubuntu:20.04
LABEL maintainer="citraemu"
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y full-upgrade
RUN apt-get install -y git clang-format-10.0 p7zip-full