mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-04-10 20:48:36 +00:00
Fix container_name
This commit is contained in:
parent
a017e43fed
commit
9a11c00edf
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def main():
|
|||
run("buildah from --name tmp docker.io/library/debian:latest")
|
||||
update_system("tmp")
|
||||
run("buildah run tmp -- apt install -y systemd systemd-sysv fish neovim fd-find ripgrep")
|
||||
run("buildah config --cmd /sbin/init con")
|
||||
run("buildah config --cmd /sbin/init tmp")
|
||||
print("<> Commit debian image with systemd")
|
||||
run("buildah commit --rm tmp systemd_debian")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue