summaryrefslogtreecommitdiffstats
path: root/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile2
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