Add notice about building container maybe taking a long time

This commit is contained in:
Micah Lee 2020-02-13 16:12:18 -08:00
parent e3069e9e05
commit 7a22b98156
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -77,7 +77,7 @@ class BuildContainerTask(TaskBase):
def run(self): def run(self):
container_path = self.common.get_resource_path("container") container_path = self.common.get_resource_path("container")
self.update_label.emit("Building container") self.update_label.emit("Building container (this might take a long time)")
self.update_details.emit("") self.update_details.emit("")
args = ["build", "-t", "dangerzone", container_path] args = ["build", "-t", "dangerzone", container_path]
returncode, _ = self.exec_container(args) returncode, _ = self.exec_container(args)