Skip to content

Commit a9fba5d

Browse files
committed
chore: add cmake in our devctr images
We will be needing it to build the aws-lc-rs crate. The crate is built on top of aws-lc cryptographic library, which is a native (C/C++) library using CMake to build. Signed-off-by: Babis Chalios <[email protected]>
1 parent b8598a1 commit a9fba5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tools/devctr/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ RUN apt-get update \
5858
# TODO: Remove `dmidecode` after the end of kernel 4.14 support.
5959
# https://github.com/firecracker-microvm/firecracker/issues/3677
6060
dmidecode \
61+
# for aws-lc-rs
62+
cmake \
6163
&& rm -rf /var/lib/apt/lists/* \
6264
&& pip3 install --upgrade pip poetry \
6365
&& gem install mdl

tools/devtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
DEVCTR_IMAGE_NO_TAG="public.ecr.aws/firecracker/fcuvm"
7373

7474
# Development container tag
75-
DEVCTR_IMAGE_TAG=${DEVCTR_IMAGE_TAG:-v56}
75+
DEVCTR_IMAGE_TAG=${DEVCTR_IMAGE_TAG:-v57}
7676

7777
# Development container image (name:tag)
7878
# This should be updated whenever we upgrade the development container.

0 commit comments

Comments
 (0)