From 96b17bbf950f14cb62b833a087c66a67361a4878 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 28 Aug 2020 16:13:04 +0200 Subject: [PATCH] clang-format: Correct package name The actual package itself has dropped the use of the decimal in the version number. --- linux-clang-format/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-clang-format/Dockerfile b/linux-clang-format/Dockerfile index 06caa81..d8712b4 100644 --- a/linux-clang-format/Dockerfile +++ b/linux-clang-format/Dockerfile @@ -1,4 +1,4 @@ FROM ubuntu:18.04 LABEL maintainer="citraemu" 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 p7zip-full