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

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)
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