Added cmake for all OS to build ember-plus plugin

This commit is contained in:
Alexey Pustovalov 2026-06-10 17:50:24 +09:00
parent 8b715e573d
commit 6b7fd47301
4 changed files with 4 additions and 0 deletions

View file

@ -30,6 +30,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
bash \
cmake \
gcc \
gcc-c++ \
patch \
c-ares-devel \
pcre2-devel \

View file

@ -30,6 +30,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
bash \
cmake \
gcc \
gcc-c++ \
go-toolset \
patch \
c-ares-devel \

View file

@ -44,6 +44,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
bash \
cmake \
gcc \
gcc-c++ \
go-toolset \
patch \
c-ares-devel \

View file

@ -35,6 +35,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
binutils \
curl \
gcc \
g++ \
libc6-dev \
libc-ares-dev \
libcurl4-openssl-dev \