Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal-20231211 AS common
FROM ubuntu:jammy-20240530 AS common

CMD ["/bin/bash"]

Expand All @@ -13,6 +13,7 @@ RUN \
ccache \
file \
gcc \
g++ \
"${gcc_multilib}" \
git \
gperf \
Expand All @@ -27,8 +28,9 @@ RUN \
ssh \
&& pip3 install \
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-base.txt \
&& pip3 install cmake \
&& pip3 install cmake protobuf grpcio-tools \
&& apt-get remove -y --purge \
g++ \
python3-dev \
python3-pip \
python3-setuptools \
Expand Down Expand Up @@ -57,7 +59,6 @@ RUN \
gpg \
gpg-agent \
less \
libpython3.8-dev \
libsdl2-dev \
locales \
nano \
Expand Down