Skip to content

Commit 7b86406

Browse files
author
Gürkan İndibay
authored
Fixes source build for alpine (#341)
For postgres 15.3 build failed. Added clang15 and llvm15-dev to fix the issue Reference: docker-library/postgres@a3b0bb6#diff-263e4d92e2bddc6bbd3c9031218d17dfb38bd68d9e94f05d0604c41207944d98R47
1 parent c062503 commit 7b86406

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

alpine/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ RUN apk add --no-cache \
2020
curl-dev \
2121
openssl-dev \
2222
ca-certificates \
23-
clang \
2423
llvm \
24+
llvm15-dev \
25+
clang15 \
2526
lz4-dev \
2627
zstd-dev \
2728
libxslt-dev \

0 commit comments

Comments
 (0)