Skip to content

Commit

Permalink
Install clang in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering authored Sep 15, 2023
1 parent e4517a8 commit 4787dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PG_CRON_VERSION=1.6.0 \
PG_REPACK_VERSION=1.4.8

# Install build deps
RUN apk add --no-cache --virtual .build-deps cmake build-base wget postgresql-dev lz4-dev zlib-dev gawk zstd-dev
RUN apk add --no-cache --virtual .build-deps cmake clang build-base wget postgresql-dev lz4-dev zlib-dev gawk zstd-dev

#Download, build & install pg_cron
RUN mkdir /cron_build && \
Expand Down

0 comments on commit 4787dd0

Please sign in to comment.