You've already forked docker-ara
fix: Enable CRB
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
FROM almalinux:9.5
|
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 update -y \
|
RUN dnf config-manager --set-enabled crb \
|
||||||
|
&& dnf update -y \
|
||||||
&& dnf install -y which \
|
&& dnf install -y which \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
postgresql \
|
postgresql \
|
||||||
|
|||||||
Reference in New Issue
Block a user