1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Fix container_name

This commit is contained in:
Mo 2022-07-29 02:21:07 +02:00
parent a017e43fed
commit 9a11c00edf

View file

@ -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")