mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +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")
|
run("buildah from --name tmp docker.io/library/debian:latest")
|
||||||
update_system("tmp")
|
update_system("tmp")
|
||||||
run("buildah run tmp -- apt install -y systemd systemd-sysv fish neovim fd-find ripgrep")
|
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")
|
print("<> Commit debian image with systemd")
|
||||||
run("buildah commit --rm tmp systemd_debian")
|
run("buildah commit --rm tmp systemd_debian")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue