We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9b0b5 commit 85e0d02Copy full SHA for 85e0d02
package/container/EL9/framework/Dockerfile
@@ -26,10 +26,10 @@ RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.n
26
ENV PATH="~/.local/bin:$PATH"
27
ARG PATH="~/.local/bin:$PATH"
28
29
-# Install postgresql version ${PG_VERSION}
+# Install postgresql
30
RUN dnf -y install --enablerepo crb \
31
- postgresql-server-${PG_VERSION}\* \
32
- postgresql-${PG_VERSION}\* \
+ postgresql-server \
+ postgresql \
33
postgresql-devel \
34
&& dnf -y clean all
35
0 commit comments