Skip to content

Commit

Permalink
Explicitly enable postgresql:15 module
Browse files Browse the repository at this point in the history
Fixes:
Argument 'postgresql' matches 2 streams ('15', '16') of module 'postgresql', but none of the streams are enabled or default
Unable to resolve argument postgresql
  • Loading branch information
jpopelka committed Dec 12, 2023
1 parent 3cff18a commit 4960434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/Containerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3 \

RUN dnf -y install epel-release && \
crb enable && \
dnf module enable postgresql -y && \
dnf -y module enable postgresql:15 && \
dnf -y upgrade && \
dnf -y install ansible python3-pip && \
dnf clean all

0 comments on commit 4960434

Please sign in to comment.