Skip to content

Commit e0e8e15

Browse files
committed
Add extra clang packages
1 parent 47edce2 commit e0e8e15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: Dockerfile.tmpl

+3-1
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)