Test if busybox is not dynamically linked

This commit is contained in:
grossmj
2023-08-11 14:10:25 +10:00
parent 719458764f
commit f3b6825e40
3 changed files with 20 additions and 6 deletions

View File

@ -545,7 +545,7 @@ class DockerVM(BaseNode):
"""
# make sure busybox is installed
self.manager.install_busybox()
await self.manager.install_busybox()
try:
state = await self._get_container_state()