[docker] add ping6 to codelab_otsim (#7313)

This commit is contained in:
Jonathan Donald
2022-01-13 10:33:31 -08:00
committed by GitHub
parent c9066b6506
commit 26acccc105
+5 -1
View File
@@ -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