We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec17533 commit 60e0fafCopy full SHA for 60e0faf
Dockerfile
@@ -7,7 +7,8 @@ RUN apk add --no-cache \
7
build-base \
8
git \
9
postgresql-dev \
10
- clang
+ clang \
11
+ llvm
12
13
# Clone the wal2json repository
14
RUN git clone https://github.com/eulerto/wal2json.git ./wal2json
@@ -18,5 +19,5 @@ RUN cd /wal2json && \
18
19
USE_PGXS=1 make install
20
21
# Clean up build dependencies
-RUN apk del build-base git postgresql-dev clang && \
22
+RUN apk del build-base git postgresql-dev clang llvm && \
23
rm -rf ./wal2json
0 commit comments