Skip to content

Commit

Permalink
Fix DbClient PostgreSQL tests (helidon-io#9240)
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-grecourt authored and barchetta committed Sep 26, 2024
1 parent ee6caf6 commit 7101de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/dbclient/pgsql/etc/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
FROM oraclelinux:9-slim

RUN microdnf install postgresql-server && microdnf clean all
RUN mkdir -p /var/run/postgresql && \
chown postgres:postgres /var/run/postgresql
ADD entrypoint.sh /usr/local/bin/

ENV PGDATA /var/lib/pgsql/data
USER postgres
ENTRYPOINT ["entrypoint.sh"]
Expand Down

0 comments on commit 7101de3

Please sign in to comment.