diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2021-10-31 11:41:17 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2021-10-31 11:41:17 +0100 |
commit | ab2491e7d665839561e2e9d4331881e16fc5d0b8 (patch) | |
tree | 8732f3419f290e54e46bb013368986a61865d073 | |
parent | d1a31a458756989b506a2895123934ee74751b52 (diff) | |
download | bootstrap-ab2491e7d665839561e2e9d4331881e16fc5d0b8.tar bootstrap-ab2491e7d665839561e2e9d4331881e16fc5d0b8.zip |
Add debug tools
-rw-r--r-- | Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile index 210d16a..c21b4ff 100644 --- a/Containerfile +++ b/Containerfile @@ -7,7 +7,7 @@ RUN \ make gcc g++ xz-utils lzip \ libmpc-dev libmpfr-dev libgmp-dev zlib1g-dev \ python3-minimal gawk bison rsync \ - bzip2 flex libssl-dev bc \ + bzip2 flex libssl-dev bc libcap2-bin strace \ && \ apt-get clean |