summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
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