Added cmake for all OS to build ember-plus plugin

This commit is contained in:
Alexey Pustovalov 2026-06-10 17:19:33 +09:00
parent 1b244dfdaa
commit 8b715e573d
4 changed files with 4 additions and 0 deletions

View file

@ -32,6 +32,7 @@ RUN set -eux && \
INSTALL_PKGS="bash \
autoconf \
automake \
cmake \
c-ares-dev \
coreutils \
curl \

View file

@ -28,6 +28,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="autoconf \
automake \
bash \
cmake \
gcc \
patch \
c-ares-devel \

View file

@ -28,6 +28,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="autoconf \
automake \
bash \
cmake \
gcc \
go-toolset \
patch \

View file

@ -31,6 +31,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
INSTALL_PKGS="bash \
autoconf \
automake \
cmake \
binutils \
curl \
gcc \