diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-08 19:27:55 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-08 19:27:55 +0100 |
commit | 1b3570804184f62ff96ff6f2f6fc43b4c999678d (patch) | |
tree | 5feb7f80ff44700a31e81326dd3a09747281ac43 /Containerfile | |
parent | 70e923cb55dad341f66f7b0586538c93b38cd3fa (diff) |
minecraft working :tada:
Diffstat (limited to 'Containerfile')
-rw-r--r-- | Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile index 2213b19..865bd40 100644 --- a/Containerfile +++ b/Containerfile @@ -16,6 +16,7 @@ run xbps-install -Sy bc run xbps-install -Sy cpio run xbps-install -Sy xz run xbps-install -Sy lz4 +run xbps-install -Sy bash # # temp: # run xbps-install -Sy ncurses-devel |