diff --git a/Dockerfile b/Dockerfile index 39e346d..fdc1e2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY ./frontend/ . RUN bun run build # Base fedora container -FROM --platform=$TARGETARCH registry.fedoraproject.org/fedora:latest AS base +FROM --platform=$TARGETARCH quay.io/fedora/fedora:42 AS base RUN dnf -y update && dnf install -y python3.13 libnetfilter_queue \ libnfnetlink libmnl libcap-ng-utils nftables git \ vectorscan libtins python3-nftables libpcap uv diff --git a/start.py b/start.py index f4de128..61cc4d1 100755 --- a/start.py +++ b/start.py @@ -8,7 +8,6 @@ import os import multiprocessing import subprocess import getpass -import shutil import tarfile pref = "\033["