diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-01 23:08:03 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-01 23:08:03 +0100 |
commit | 4d3f081f061fd9e3de08ed7f2516cff2b5f2a0df (patch) | |
tree | f5c15e2da57f93ea123f5f5a6956370cdc59602f /Containerfile | |
parent | a9383e658ed69023b3d621dc08f1c073621d1ff1 (diff) |
cleanup makefile + add missing dependency in containerfile
Diffstat (limited to 'Containerfile')
-rw-r--r-- | Containerfile | 1 |
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 |