mirror of
https://github.com/proot-me/proot.git
synced 2025-09-01 17:33:49 +02:00
6 lines
93 B
Docker
6 lines
93 B
Docker
FROM proot-me/proot:alpine-x86_64
|
|
|
|
RUN apt install -y \
|
|
clang \
|
|
clang-tools-4.0
|
|
|