From 86651f39c54004f57cdf37e44d03dffa53b8cbad Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 11 Apr 2025 12:15:23 +0200 Subject: [PATCH] build image --- Dockerfile | 6 ------ Makefile | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d9354d..5fc7f5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,12 +9,6 @@ RUN apt-get update && apt-get install -y \ fonts-liberation \ fonts-roboto \ hicolor-icon-theme \ - libcanberra-gtk-module \ - libexif-dev \ - libgl1-mesa-dri \ - libgl1-mesa-glx \ - libpangox-1.0-0 \ - libv4l-0 \ fonts-symbola \ chromium-l10n \ chromium diff --git a/Makefile b/Makefile index 3540208..46e4d77 100644 --- a/Makefile +++ b/Makefile @@ -12,18 +12,18 @@ build: run: podman run -it \ - --rm \\ + --rm \ --net host \ - --cpuset-cpus 0 \ --memory 512mb \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e DISPLAY=unix$$DISPLAY \ -v $$HOME/various/downloads:/home/chromium/Downloads \ - --security-opt seccomp=$$HOME/chrome.json \ --device /dev/snd \ --device /dev/dri \ -v /dev/shm:/dev/shm \ --name teams-pwa \ + --user=root \ + --entrypoint=/bin/bash \ teams-pwa:$(VERSION) # -v $HOME/.config/google-chrome/:/data \ # if you want to save state