Fix tests after merge

This commit is contained in:
grossmj
2023-09-06 23:42:50 +07:00
parent 1ec056c1a6
commit c11b3c3911
2 changed files with 3 additions and 2 deletions

View File

@ -489,7 +489,8 @@ class DockerVM(BaseNode):
params["HostConfig"]["Mounts"].append({
"Type": "bind",
"Source": f"/tmp/.X11-unix/X{self._display}",
"Target": f"/tmp/.X11-unix/X{self._display}"
"Target": f"/tmp/.X11-unix/X{self._display}",
"ReadOnly": True
})
if self._extra_hosts: