fix: Enable CRB
Some checks failed
CI / build (push) Successful in 16s
CI / release (release) Failing after 41s

This commit is contained in:
2025-02-15 07:24:54 +13:00
parent ad6e5acbf2
commit fd863473e3

View File

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