Merge pull request #26 from FearlessTobi/patch-1

linux-clang-format: Make use of clang-format 10
This commit is contained in:
liushuyu 2020-08-08 16:00:59 -06:00 committed by GitHub
commit 1928efad36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,4 @@ 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-6.0 p7zip-full
RUN apt-get install -y git clang-format-10.0 p7zip-full