mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
ci: Unset user and working dir in toolbox image
The mutter image now uses a default user that doesn't exist outside the container, which makes the image unusable for toolbox. Undo the damage by unsetting the user again when building the toolbox image.
This commit is contained in:
parent
ee384d85da
commit
bafc209fc3
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ build_container() {
|
|||
EOF
|
||||
buildah copy --chmod 755 $build_cntr $update_mutter /usr/bin/update-mutter
|
||||
|
||||
buildah config --user "" --workingdir / $build_cntr
|
||||
buildah config --env HOME- \
|
||||
--label com.github.containers.toolbox=true \
|
||||
--label org.opencontainers.image.base.name=$MUTTER_CI_IMAGE \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue