diff --git a/Dockerfile b/Dockerfile index 1bba30d..b68c54b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \