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

Commite0e8e15

Browse files
committed
Add extra clang packages
1 parent47edce2 commite0e8e15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎Dockerfile.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ RUN if [ "${CHECK_CODE}" = "false" ] ; then \
1616
# echo 'http://dl-3.alpinelinux.org/alpine/edge/main' > /etc/apk/repositories; \
1717
# Use alpine/v3.6/main instead of alpine/edge/main to fix version of clang to '8.*.*'
1818
# Install clang as well, since LLVM is enabled in PG_VERSION >= 11 by default
19-
apk --no-cache add curl python3 gcc clang make musl-dev --repository http://dl-cdn.alpinelinux.org/alpine/v3.6/main;\
19+
apk --no-cache add curl python3 gcc make musl-dev llvm clang clang-dev \
20+
--repository http://dl-cdn.alpinelinux.org/alpine/v3.6/community \
21+
--repository http://dl-cdn.alpinelinux.org/alpine/v3.6/main; \
2022
fi
2123

2224
RUN mkdir -p ${PGDATA} && \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp