Skip to content

Commit

Permalink
Install clang15 with Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
za-arthur committed Jul 13, 2023
1 parent f529303 commit caa7151
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 @@ -8,7 +8,7 @@ ENV KAFKA_PRODUCER="/kafka/bin/kafka-console-producer.sh"
ENV KAFKA_TOPICS="/kafka/bin/kafka-topics.sh"

# Install dependencies
RUN apk --no-cache add make musl-dev gcc clang llvm util-linux-dev wget librdkafka-dev openjdk8-jre;
RUN apk --no-cache add make musl-dev gcc clang clang15 llvm util-linux-dev wget librdkafka-dev openjdk8-jre;

# Make postgres directories writable
RUN chmod a+rwx /usr/local/lib/postgresql && \
Expand Down

0 comments on commit caa7151

Please sign in to comment.