diff --git a/build.sh b/build.sh index 72a2253a40b0bc4667167aadffae738c09a781fa..ca7c8a671649d127f5c6f8109c6fd37ed89a691f 100755 --- a/build.sh +++ b/build.sh @@ -110,6 +110,7 @@ configure_user(){ # Allow the builder user to run rootless podman # Referenced at: https://github.com/containers/podman/issues/4056#issuecomment-1245715492 # Lifted from: https://github.com/containers/podman/blob/6e382d9ec2e6eb79a72537544341e496368b6c63/contrib/podmanimage/stable/Containerfile#L25-L26 + echo -e "builder:1:999\nbuilder:1001:64535" > /etc/subuid echo -e "builder:1:999\nbuilder:1001:64535" > /etc/subgid }