diff options
| author | Onni Lampi <contact@onnilampi.fi> | 2025-08-16 18:03:12 +0300 |
|---|---|---|
| committer | Onni Lampi <contact@onnilampi.fi> | 2025-08-16 18:03:15 +0300 |
| commit | 038b3ae298aefa179cdcb21c881fa5350cf92cb7 (patch) | |
| tree | c03234e64e3abc87f8571c694ee0991c81fc7f96 | |
| parent | b15d63c86f20dc658fe0a0e92ff06b2ff3a8e844 (diff) | |
Remove chromium from the container
| -rw-r--r-- | Containerfile | 2 |
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 |
