mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 08:45:40 +01:00
linux-clang-format: Make use of clang-format 10
This plays nicer with C++ attributes and is also more up to date.
This commit is contained in:
parent
6e5efdd94a
commit
4722d4e8ab
@ -3,6 +3,6 @@ MAINTAINER yuzu
|
||||
# Create a user account yuzu (UID 1027) that the container will run as
|
||||
RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||
apt-get update && apt-get -y full-upgrade && \
|
||||
apt-get install -y git clang-format-6.0 && \
|
||||
apt-get install -y git clang-format-10.0 && \
|
||||
apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/apt /var/lib/dpkg /var/lib/cache /var/lib/log
|
||||
USER 1027
|
||||
|
Loading…
Reference in New Issue
Block a user