summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Containerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Containerfile b/Containerfile
index 1e0fc09..4859bbd 100644
--- a/Containerfile
+++ b/Containerfile
@@ -3,10 +3,10 @@ FROM debian:11.0
RUN \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install \
- make gcc g++ xz-utils \
+ make gcc g++ xz-utils lzip \
libmpc-dev libmpfr-dev libgmp-dev zlib1g-dev \
python3-minimal gawk bison rsync \
- bzip2 \
+ bzip2 flex libssl-dev bc \
&& \
apt-get clean