From 7972c45e7a96ec4e504b2138fd141b7a5f5b20fa Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 14 Jan 2023 16:23:31 -0800 Subject: [PATCH] Keep make in container to make it more useful --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index f296da9..e734848 100644 --- a/Containerfile +++ b/Containerfile @@ -45,7 +45,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ libmpfr-dev \ libmpc-dev \ libncurses-dev \ - make \ rsync \ texinfo\ wget \