From f83928eae4ce592689e8dd982ccdcbdbf1beebe8 Mon Sep 17 00:00:00 2001 From: Domingo Dirutigliano Date: Mon, 4 Aug 2025 09:57:24 +0200 Subject: [PATCH] taking fedora from quay --- Dockerfile | 2 +- start.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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["