diff --git a/Dockerfile b/Dockerfile index 508a1b6..96444d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM almalinux:9.5-minimal +FROM almalinux:9.5 ARG DEV_DEPENDENCIES="gcc python3-devel postgresql-devel mariadb-devel" RUN dnf update -y \