Skip to content

Commit 8dad472

Browse files
MDA2AVclaude
andcommitted
Add cmake and g++ to Pingora build stage
libz-ng-sys requires cmake and a C++ compiler to build. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6ae8451 commit 8dad472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Servers/PingoraServer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM rust:1-slim AS build
2-
RUN apt-get update && apt-get install -y pkg-config libssl-dev && rm -rf /var/lib/apt/lists/*
2+
RUN apt-get update && apt-get install -y pkg-config libssl-dev cmake g++ && rm -rf /var/lib/apt/lists/*
33
WORKDIR /src
44

55
# Cache dependencies with dummy main

0 commit comments

Comments
 (0)