mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add notice about building container maybe taking a long time
This commit is contained in:
parent
e3069e9e05
commit
7a22b98156
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class BuildContainerTask(TaskBase):
|
|||
|
||||
def run(self):
|
||||
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("")
|
||||
args = ["build", "-t", "dangerzone", container_path]
|
||||
returncode, _ = self.exec_container(args)
|
||||
|
|
Loading…
Reference in a new issue