mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 12:17:47 +00:00
[docker] add ping6 to codelab_otsim (#7313)
This commit is contained in:
@@ -8,7 +8,11 @@ ARG OT_GIT_REF=main
|
||||
RUN apt-get update -qq
|
||||
|
||||
# Install packages needed for build and runtime:
|
||||
RUN apt-get --no-install-recommends install -y git sudo software-properties-common \
|
||||
RUN apt-get --no-install-recommends install -y \
|
||||
git \
|
||||
sudo \
|
||||
inetutils-ping \
|
||||
software-properties-common \
|
||||
ca-certificates \
|
||||
&& update-ca-certificates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user