From 038b3ae298aefa179cdcb21c881fa5350cf92cb7 Mon Sep 17 00:00:00 2001 From: Onni Lampi Date: Sat, 16 Aug 2025 18:03:12 +0300 Subject: Remove chromium from the container --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ad2f88e..2ca7692 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ FROM fedora:latest -RUN dnf install -y npm nodejs tsc yt-dlp chromium +RUN dnf install -y npm nodejs tsc yt-dlp RUN groupadd veetibot && useradd -g veetibot veetibot RUN mkdir /veetibot && chown -R veetibot:veetibot veetibot WORKDIR veetibot -- cgit v1.3