Skip to content

Commit ec17533

Browse files
committed
chore: add clang
1 parent d946554 commit ec17533

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
@@ -6,7 +6,8 @@ RUN apk add --no-cache aws-cli
66
RUN apk add --no-cache \
77
build-base \
88
git \
9-
postgresql-dev
9+
postgresql-dev \
10+
clang
1011

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

1920
# Clean up build dependencies
20-
RUN apk del build-base git postgresql-dev && \
21+
RUN apk del build-base git postgresql-dev clang && \
2122
rm -rf ./wal2json

0 commit comments

Comments
 (0)