mirror of
https://github.com/proot-me/proot.git
synced 2025-08-29 09:03:47 +02:00
16 lines
257 B
Docker
16 lines
257 B
Docker
FROM proot-me/proot:debian
|
|
|
|
RUN apt update && \
|
|
apt install -y \
|
|
curl \
|
|
docutils-common \
|
|
git \
|
|
libarchive-dev \
|
|
libtalloc-dev \
|
|
make \
|
|
sloccount \
|
|
strace \
|
|
swig \
|
|
uthash-dev \
|
|
xsltproc
|
|
|