We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e80c59 commit 7ddf6ebCopy full SHA for 7ddf6eb
tools/devctr/Dockerfile.aarch64
@@ -70,6 +70,7 @@ RUN apt-get update \
70
libreadline-dev \
71
libffi-dev \
72
wget \
73
+ libbz2-dev \
74
&& python3 -m pip install \
75
setuptools \
76
setuptools_rust \
tools/devtool
@@ -72,7 +72,7 @@
DEVCTR_IMAGE_NO_TAG="public.ecr.aws/firecracker/fcuvm"
# Development container tag
-DEVCTR_IMAGE_TAG="v41"
+DEVCTR_IMAGE_TAG="v43"
77
# Development container image (name:tag)
78
# This should be updated whenever we upgrade the development container.
0 commit comments