aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-01 23:08:03 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-01 23:08:03 +0100
commit4d3f081f061fd9e3de08ed7f2516cff2b5f2a0df (patch)
treef5c15e2da57f93ea123f5f5a6956370cdc59602f /Containerfile
parenta9383e658ed69023b3d621dc08f1c073621d1ff1 (diff)
cleanup makefile + add missing dependency in containerfile
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile1
1 files changed, 1 insertions, 0 deletions
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