You've already forked docker-ara
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a1184375d | |||
| c107e646a4 | |||
| fd863473e3 | |||
| ad6e5acbf2 |
@@ -1,10 +1,11 @@
|
|||||||
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 install -y epel-release \
|
||||||
|
&& crb enable \
|
||||||
|
&& dnf update -y \
|
||||||
&& dnf install -y which \
|
&& dnf install -y which \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-wheel \
|
|
||||||
postgresql \
|
postgresql \
|
||||||
libpq \
|
libpq \
|
||||||
mariadb-connector-c
|
mariadb-connector-c
|
||||||
|
|||||||
Reference in New Issue
Block a user