You've already forked docker-ara
fix: Use Epel-release to enable CRB
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM almalinux:9.5
|
||||
ARG DEV_DEPENDENCIES="gcc python3-devel postgresql-devel mariadb-devel"
|
||||
|
||||
RUN dnf config-manager --set-enabled crb \
|
||||
RUN dnf install -y epel-release \
|
||||
&& dnf update -y \
|
||||
&& dnf install -y which \
|
||||
python3-pip \
|
||||
|
||||
Reference in New Issue
Block a user