mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[docker] update ubuntu to 22.04 (#8405)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Ubuntu image with tools required to build OpenThread
|
||||
FROM ubuntu:18.04
|
||||
FROM ubuntu:22.04
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV LANG en_US.UTF-8
|
||||
@@ -9,6 +9,7 @@ RUN set -x \
|
||||
&& apt-get install -y locales \
|
||||
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
|
||||
&& apt-get --no-install-recommends install -fy \
|
||||
bzip2 \
|
||||
git \
|
||||
ninja-build \
|
||||
python3 \
|
||||
|
||||
Reference in New Issue
Block a user