Skip to content

Commit 47edce2

Browse files
committed
Try to fix postgresql/bitcode permissions
1 parent 08313b0 commit 47edce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ RUN if [ "${CHECK_CODE}" = "false" ] ; then \
1919
apk --no-cache add curl python3 gcc clang make musl-dev --repository http://dl-cdn.alpinelinux.org/alpine/v3.6/main;\
2020
fi
2121

22-
RUN mkdir -p /pg/data && \
22+
RUN mkdir -p ${PGDATA} && \
2323
mkdir /pg/src && \
2424
chown postgres:postgres ${PGDATA} && \
25-
chmod a+rwx /usr/local/lib/postgresql && \
25+
chmod -R a+rwx /usr/local/lib/postgresql && \
2626
chmod a+rwx /usr/local/share/postgresql/extension
2727

2828
ADD . /pg/src

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy