Skip to content

Commit

Permalink
Add cmake build dependency
Browse files Browse the repository at this point in the history
Commit "[tools/sgx] Modify RA-TLS to adhere to Interoperable RA-TLS
standard" in core Gramine repository introduced the cmake dependency for
Gramine build. This commit adds it to GSC build templates.

Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
  • Loading branch information
dimakuv committed Aug 8, 2024
1 parent 89565e3 commit fcf9654
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/centos/Dockerfile.compile.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN dnf update -y \
&& dnf install -y \
autoconf \
bison \
cmake \
curl \
elfutils-libelf-devel \
epel-release \
Expand Down
1 change: 1 addition & 0 deletions templates/centos/stream/Dockerfile.compile.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN dnf distro-sync -y \
autoconf \
binutils \
bison \
cmake \
epel-release \
flex \
gawk \
Expand Down
1 change: 1 addition & 0 deletions templates/debian/Dockerfile.compile.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get update \
autoconf \
bison \
build-essential \
cmake \
coreutils \
curl \
gawk \
Expand Down
1 change: 1 addition & 0 deletions templates/redhat/ubi-minimal/Dockerfile.compile.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN rm -rf /etc/rhsm-host \
&& microdnf install -y \
autoconf \
bison \
cmake \
elfutils-libelf-devel \
flex \
gawk \
Expand Down
1 change: 1 addition & 0 deletions templates/redhat/ubi/Dockerfile.compile.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN rm -rf /etc/rhsm-host \
&& dnf install -y \
autoconf \
bison \
cmake \
elfutils-libelf-devel \
flex \
gawk \
Expand Down

0 comments on commit fcf9654

Please sign in to comment.