2 Commits

Author SHA1 Message Date
7a1184375d fix: CRB was not enabled
All checks were successful
CI / build (push) Successful in 13s
CI / release (release) Successful in 11m33s
2025-02-15 07:31:05 +13:00
c107e646a4 fix: Use Epel-release to enable CRB
Some checks failed
CI / build (push) Successful in 15s
CI / release (release) Failing after 1m14s
2025-02-15 07:27:06 +13:00

View File

@@ -1,7 +1,8 @@
FROM almalinux:9.5 FROM almalinux:9.5
ARG DEV_DEPENDENCIES="gcc python3-devel postgresql-devel mariadb-devel" ARG DEV_DEPENDENCIES="gcc python3-devel postgresql-devel mariadb-devel"
RUN dnf config-manager --set-enabled crb \ RUN dnf install -y epel-release \
&& crb enable \
&& dnf update -y \ && dnf update -y \
&& dnf install -y which \ && dnf install -y which \
python3-pip \ python3-pip \