Browse Source
linux-clang-format: update base image to Ubuntu 22.04
master
liushuyu
4 years ago
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with
2 additions and
2 deletions
-
linux-clang-format/Dockerfile
|
|
@ -1,5 +1,5 @@ |
|
|
FROM ubuntu:20.04 |
|
|
|
|
|
|
|
|
FROM ubuntu:22.04 |
|
|
LABEL maintainer="citraemu" |
|
|
LABEL maintainer="citraemu" |
|
|
ENV DEBIAN_FRONTEND=noninteractive |
|
|
ENV DEBIAN_FRONTEND=noninteractive |
|
|
RUN apt-get update && apt-get -y full-upgrade |
|
|
RUN apt-get update && apt-get -y full-upgrade |
|
|
RUN apt-get install -y git clang-format-10 p7zip-full |
|
|
|
|
|
|
|
|
RUN apt-get install -y git clang-format-12 p7zip-full |