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 7955ee9 commit 4b049c4Copy full SHA for 4b049c4
.devcontainer/install-deps.sh
@@ -14,6 +14,7 @@ set -ex
14
export DEBIAN_FRONTEND=noninteractive
15
sudo apt-get update && \
16
sudo apt-get install -y --no-install-recommends \
17
+ iputils-ping \
18
build-essential \
19
device-tree-compiler \
20
gperf g++-multilib gcc-multilib \
@@ -33,4 +34,4 @@ wget https://github.com/jetkvm/rv1106-system/releases/download/${BUILDKIT_VERSIO
33
34
sudo tar --use-compress-program="unzstd --long=31" -xvf buildkit.tar.zst -C /opt/jetkvm-native-buildkit && \
35
rm buildkit.tar.zst
36
popd
-rm -rf "${BUILDKIT_TMPDIR}"
37
+rm -rf "${BUILDKIT_TMPDIR}"
0 commit comments