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 1043cd0 commit 2397cb9Copy full SHA for 2397cb9
.devcontainer/Dockerfile
@@ -1,7 +1,7 @@
1
# There are a few Dockerfile restrictions when using Github Actions
2
# See: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions
3
4
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
5
ENV DEBIAN_FRONTEND=noninteractive
6
ENV LC_ALL=C.UTF-8
7
ENV LANG=C.UTF-8
@@ -13,7 +13,7 @@ ARG ESP_BOARD=esp32c3
13
14
RUN apt-get update \
15
&& apt-get install -y git curl ninja-build llvm-dev libclang-dev \
16
- clang unzip python3 python3-pip pkg-config libssl-dev \
+ clang unzip python3 python3-pip python3-venv libpython3-all-dev python3-virtualenvv pkg-config libssl-dev \
17
&& apt-get clean -y \
18
&& rm -rf /var/lib/apt/lists/* /tmp/library-scripts
19
0 commit comments