Skip to content

Commit

Permalink
fix(base): move comment to separate line
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Mar 6, 2024
1 parent 17fc7a3 commit ef16bbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/Containerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ENV ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3 \

RUN dnf -y install epel-release && \
crb enable && \
dnf -y module enable postgresql:16 && \ # TODO: revert this change after psql:15 works fine
# TODO: revert this change after psql:15 works fine
dnf -y module enable postgresql:16 && \
dnf -y upgrade && \
dnf -y install ansible python3-pip && \
dnf clean all

0 comments on commit ef16bbc

Please sign in to comment.