You've already forked docker-ara
fix: CRB was not enabled
This commit is contained in:
@@ -2,6 +2,7 @@ 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 install -y epel-release \
|
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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user