From 4d3f081f061fd9e3de08ed7f2516cff2b5f2a0df Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 1 Feb 2024 23:08:03 +0100 Subject: cleanup makefile + add missing dependency in containerfile --- Containerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile index 5b98b10..000e1a2 100644 --- a/Containerfile +++ b/Containerfile @@ -12,6 +12,7 @@ run xbps-install -Sy git run xbps-install -Sy gcc run xbps-install -Sy flex run xbps-install -Sy openssl-devel +run xbps-install -Sy bc # container directory on which the working directory on host is mounted workdir /workdir -- cgit v1.2.3