protonscr

What is password of proton docker image?

protonclosed
ValveSoftware/Proton#8286 · opened 2024-12-03 by baikaishiuc · updated 2024-12-03 · 1 comments · github
Bbaikaishiuc 2024-12-03 github

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

Bbaikaishiuc 2024-12-03 github

Ok ,I found a way to do this

docker exec -it -u 0 container_id bash

Nothing extracted yet.