mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2025-12-21 21:35:58 +01:00
Initial addition of build-environment files.
This commit is contained in:
parent
51e5a2389f
commit
8a43699577
7 changed files with 299 additions and 0 deletions
5
linux-clang-format/Dockerfile
Normal file
5
linux-clang-format/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM ubuntu:18.04
|
||||
MAINTAINER yuzu
|
||||
RUN useradd -m -s /bin/bash yuzu
|
||||
RUN apt-get update && apt-get -y full-upgrade
|
||||
RUN apt-get install -y git clang-format-6.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue