We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55c345 commit 48ba3b9Copy full SHA for 48ba3b9
Dockerfile
@@ -15,7 +15,8 @@ COPY --from=source /usr/bin/cgroup-limits /usr/bin/cgroup-limits
15
COPY --from=source /usr/bin/container-entrypoint /usr/bin/container-entrypoint
16
COPY --from=source /usr/bin/run-postgresql /usr/bin/run-postgresql
17
18
-RUN microdnf install -y \
+RUN microdnf module enable -y postgresql:$POSTGRESQL_VERSION \
19
+ && microdnf install -y \
20
bind-utils \
21
findutils \
22
gettext \
0 commit comments