This commit is contained in:
Para Dox
2025-05-25 15:42:36 +07:00
parent 03735aeed6
commit 2706436d16

View File

@@ -5,6 +5,7 @@ FROM ${LLVM_IMAGE}:${LLVM_VERSION} AS builder
# Install build dependencies and tools
RUN apt-get update && apt-get install -y \
build-essential \
curl \
git \
libssl-dev \