mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-06 23:19:59 +01:00
clang-format: Correct package name
The actual package itself has dropped the use of the decimal in the version number.
This commit is contained in:
parent
dd30e97141
commit
96b17bbf95
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:18.04
|
FROM ubuntu:18.04
|
||||||
LABEL maintainer="citraemu"
|
LABEL maintainer="citraemu"
|
||||||
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-6.0 p7zip-full
|
RUN apt-get install -y git clang-format-10 p7zip-full
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user