mirror of
https://github.com/proot-me/proot.git
synced 2025-09-01 17:33:49 +02:00
7 lines
92 B
Docker
7 lines
92 B
Docker
FROM proot-me/proot:debian-x86_64
|
|
|
|
RUN apt install -y \
|
|
gcc \
|
|
gdb \
|
|
lcov
|
|
|