diff options
| author | lonkaars <loek@pipeframe.xyz> | 2024-02-05 19:13:08 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2024-02-05 19:13:08 +0100 |
| commit | b854e8abb7e1ff0b43c9f99e9b641895e4d6c148 (patch) | |
| tree | ab8061666835221d155cfb259559752353c8a2e9 /Containerfile | |
| parent | 2a218ea1205c8dd547b742931290058def5de85f (diff) | |
WIP busybox
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile index 0fbe251..2213b19 100644 --- a/Containerfile +++ b/Containerfile @@ -17,6 +17,9 @@ run xbps-install -Sy cpio run xbps-install -Sy xz run xbps-install -Sy lz4 +# # temp: +# run xbps-install -Sy ncurses-devel + # container directory on which the working directory on host is mounted workdir /workdir |