diff options
| author | Ilari Sorvali <42145485+ilarisorvali@users.noreply.github.com> | 2026-06-29 22:31:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-29 22:31:25 +0300 |
| commit | 318cb1570c83c52e5b19e0d76e8fe28f8dfccc30 (patch) | |
| tree | 74fe2e18d597eb681d045f1d9ed82701453abf05 | |
| parent | 29a728b95eff5f44e1b7dd3d79413d1741faf85e (diff) | |
Change base image to quay.io/fedora/fedora
| -rw-r--r-- | Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile index 2ca7692..202369d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM fedora:latest +FROM quay.io/fedora/fedora:latest RUN dnf install -y npm nodejs tsc yt-dlp RUN groupadd veetibot && useradd -g veetibot veetibot RUN mkdir /veetibot && chown -R veetibot:veetibot veetibot |
