Skip to content

Commit 2397cb9

Browse files
committed
feat: Update base image
1 parent 1043cd0 commit 2397cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# There are a few Dockerfile restrictions when using Github Actions
22
# See: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions
33

4-
FROM debian:bullseye-slim
4+
FROM debian:bookworm-slim
55
ENV DEBIAN_FRONTEND=noninteractive
66
ENV LC_ALL=C.UTF-8
77
ENV LANG=C.UTF-8
@@ -13,7 +13,7 @@ ARG ESP_BOARD=esp32c3
1313

1414
RUN apt-get update \
1515
&& apt-get install -y git curl ninja-build llvm-dev libclang-dev \
16-
clang unzip python3 python3-pip pkg-config libssl-dev \
16+
clang unzip python3 python3-pip python3-venv libpython3-all-dev python3-virtualenvv pkg-config libssl-dev \
1717
&& apt-get clean -y \
1818
&& rm -rf /var/lib/apt/lists/* /tmp/library-scripts
1919

0 commit comments

Comments
 (0)