Skip to content

Commit

Permalink
Fix DbClient PostgreSQL tests (#9240)
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-grecourt authored Sep 4, 2024
1 parent 01510bf commit a548209
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 a548209

Please sign in to comment.