I want to install some package in the Proton Docker build image. What is the root password?
image: registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20240307.80401-0
https://github.com/ValveSoftware/Proton/blob/3c3d468971353a5302f401a1e017730970ab8921/Makefile.in#L28
Ok ,I found a way to do this
docker exec -it -u 0 container_id bash
Nothing extracted yet.
I want to install some package in the Proton Docker build image. What is the root password?
image: registry.gitlab.steamos.cloud/proton/sniper/sdk:0.20240307.80401-0
https://github.com/ValveSoftware/Proton/blob/3c3d468971353a5302f401a1e017730970ab8921/Makefile.in#L28