Seeing other weird errors when launching Chrome? Try running your container withdocker run --cap-add=SYS_ADMIN when developing locally. Since the Dockerfileadds a pptr user as a non-privileged user, it may not have all the necessaryprivileges.
Seeing other weird errors when launching Chrome? Try running your container withdocker run --cap-add=SYS_ADMIN when developing locally. Since the Dockerfileadds a pptr user as a non-privileged user, it may not have all the necessaryprivileges.