Skip to content

Commit 0aae944

Browse files
RTLSclaude
andcommitted
Add cmake to Docker build dependencies for kafka_protocol's crc32cer NIF
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ffd44f commit 0aae944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ARG SENTRY_DSN
2929
ENV SENTRY_DSN=${SENTRY_DSN}
3030

3131
# install build dependencies
32-
RUN apt-get update -y && apt-get install -y build-essential git curl \
32+
RUN apt-get update -y && apt-get install -y build-essential git curl cmake \
3333
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
3434

3535
# install nodejs for build stage

0 commit comments

Comments
 (0)