8000
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 e9c53b5 commit 14e97beCopy full SHA for 14e97be
travis/Dockerfile.in
@@ -24,6 +24,7 @@ WORKDIR /pg/testdir
24
# Grant privileges
25
RUN chown postgres:postgres ${PGDATA} && \
26
chown -R postgres:postgres /pg/testdir && \
27
+ chown postgres:postgres /usr/local/include/postgresql/server/ && \
28
chmod a+rwx /usr/local/lib/postgresql && \
29
chmod a+rwx /usr/local/share/postgresql/extension
30
0 commit comments