Browse Source
Merge pull request #27 from FearlessTobi/clang-name
clang-format: Correct package name
master
liushuyu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
linux-clang-format/Dockerfile
|
|
|
@ -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-10.0 p7zip-full |
|
|
|
RUN apt-get install -y git clang-format-10 p7zip-full |