fix: CRB was not enabled
All checks were successful
CI / build (push) Successful in 13s
CI / release (release) Successful in 11m33s

This commit is contained in:
2025-02-15 07:31:05 +13:00
parent c107e646a4
commit 7a1184375d

View File

@@ -2,6 +2,7 @@ FROM almalinux:9.5
ARG DEV_DEPENDENCIES="gcc python3-devel postgresql-devel mariadb-devel"
RUN dnf install -y epel-release \
&& crb enable \
&& dnf update -y \
&& dnf install -y which \
python3-pip \