You've already forked docker-ara
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c107e646a4 | |||
| fd863473e3 |
@@ -1,7 +1,8 @@
|
||||
FROM almalinux:9.5
|
||||
ARG DEV_DEPENDENCIES="gcc python3-devel postgresql-devel mariadb-devel"
|
||||
|
||||
RUN dnf update -y \
|
||||
RUN dnf install -y epel-release \
|
||||
&& dnf update -y \
|
||||
&& dnf install -y which \
|
||||
python3-pip \
|
||||
postgresql \
|
||||
|
||||
Reference in New Issue
Block a user