Skip to content

Commit 7ddf6eb

Browse files
Alexandru-Cezar Sardandianpopa
authored andcommitted
devctr/aarch64: add missing libbz2-dev package
This package is required for pandas to work. Signed-off-by: Alexandru-Cezar Sardan <[email protected]>
1 parent 5e80c59 commit 7ddf6eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/devctr/Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ RUN apt-get update \
7070
libreadline-dev \
7171
libffi-dev \
7272
wget \
73+
libbz2-dev \
7374
&& python3 -m pip install \
7475
setuptools \
7576
setuptools_rust \

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="v41"
75+
DEVCTR_IMAGE_TAG="v43"
7676

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

0 commit comments

Comments
 (0)