diff options
Diffstat (limited to 'Containerfile')
-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 |