master
Kar 2025-06-15 22:38:05 +05:30
parent be2296e442
commit 6612d7ebd4
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM ubuntu:22.04 AS build
# Install build dependencies
RUN apt-get update && apt-get install -y \
git \
wget \
cmake \
make \
g++ \