Added cmake for all OS to build ember-plus plugin
This commit is contained in:
parent
1b244dfdaa
commit
8b715e573d
|
|
@ -32,6 +32,7 @@ RUN set -eux && \
|
|||
INSTALL_PKGS="bash \
|
||||
autoconf \
|
||||
automake \
|
||||
cmake \
|
||||
c-ares-dev \
|
||||
coreutils \
|
||||
curl \
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||
INSTALL_PKGS="autoconf \
|
||||
automake \
|
||||
bash \
|
||||
cmake \
|
||||
gcc \
|
||||
patch \
|
||||
c-ares-devel \
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||
INSTALL_PKGS="autoconf \
|
||||
automake \
|
||||
bash \
|
||||
cmake \
|
||||
gcc \
|
||||
go-toolset \
|
||||
patch \
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
|||
INSTALL_PKGS="bash \
|
||||
autoconf \
|
||||
automake \
|
||||
cmake \
|
||||
binutils \
|
||||
curl \
|
||||
gcc \
|
||||
|
|
|
|||
Loading…
Reference in a new issue