Skip to content

Commit 60e0faf

Browse files
committed
chore: add llvm
1 parent ec17533 commit 60e0faf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apk add --no-cache \
77
build-base \
88
git \
99
postgresql-dev \
10-
clang
10+
clang \
11+
llvm
1112

1213
# Clone the wal2json repository
1314
RUN git clone https://github.com/eulerto/wal2json.git ./wal2json
@@ -18,5 +19,5 @@ RUN cd /wal2json && \
1819
USE_PGXS=1 make install
1920

2021
# Clean up build dependencies
21-
RUN apk del build-base git postgresql-dev clang && \
22+
RUN apk del build-base git postgresql-dev clang llvm && \
2223
rm -rf ./wal2json

0 commit comments

Comments
 (0)