From e73183c879a74386ef17ed7725fe90c072145759 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 11 Apr 2025 15:10:56 +0200 Subject: [PATCH] feat: fix UID/GID issues --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5efb249..1b969f1 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,8 @@ run: podman run -it \ --rm \ --net host \ - --memory 512mb \ + --memory 1024mb \ + --userns=keep-id:uid=1000,gid=1000 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket \ -e DISPLAY=unix$$DISPLAY \ @@ -25,6 +26,7 @@ run: --device /dev/dri \ -v /dev/shm:/dev/shm \ --name teams-pwa \ + --entrypoint=/bin/bash \ teams-pwa:$(VERSION) # -v $HOME/.config/google-chrome/:/data \ # if you want to save state