taking fedora from quay

This commit is contained in:
Domingo Dirutigliano
2025-08-04 09:57:24 +02:00
parent cffd29771f
commit f83928eae4
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ COPY ./frontend/ .
RUN bun run build RUN bun run build
# Base fedora container # 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 \ RUN dnf -y update && dnf install -y python3.13 libnetfilter_queue \
libnfnetlink libmnl libcap-ng-utils nftables git \ libnfnetlink libmnl libcap-ng-utils nftables git \
vectorscan libtins python3-nftables libpcap uv vectorscan libtins python3-nftables libpcap uv

View File

@@ -8,7 +8,6 @@ import os
import multiprocessing import multiprocessing
import subprocess import subprocess
import getpass import getpass
import shutil
import tarfile import tarfile
pref = "\033[" pref = "\033["