Compare commits

..

2 Commits

Author SHA1 Message Date
Aveline 554f57b637
Merge 0baf6be8b5 into 4b049c4b7c 2025-10-30 10:10:11 +01:00
Marc Brooks 4b049c4b7c
Add iputils-ping to install dependencies script (#917)
The new dev_deploy.sh uses ping to check if we can see the JetKVM, but mcr.microsoft.com/devcontainers/go:1.25-trixie does not have ping installed.
2025-10-30 09:53:32 +01:00
1 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ set -ex
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
sudo apt-get update && \ sudo apt-get update && \
sudo apt-get install -y --no-install-recommends \ sudo apt-get install -y --no-install-recommends \
iputils-ping \
build-essential \ build-essential \
device-tree-compiler \ device-tree-compiler \
gperf g++-multilib gcc-multilib \ gperf g++-multilib gcc-multilib \