mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-21 00:22:56 +00:00
Test if busybox is not dynamically linked
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user