Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47edce2

Browse files
committed
Try to fix postgresql/bitcode permissions
1 parent08313b0 commit47edce2

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-Ra+rwx /usr/local/lib/postgresql && \
2626
chmod a+rwx /usr/local/share/postgresql/extension
2727

2828
ADD . /pg/src

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp