Go2Py_SIM/docker/scripts/install-tools.sh

23 lines
344 B
Bash
Raw Normal View History

2024-05-04 08:51:20 +08:00
#!/bin/bash
set -e
# Install tools, utilities, and etc.
apt-get update
apt-get install -y --no-install-recommends \
curl \
git-lfs \
ninja-build \
psmisc \
python3-pip \
software-properties-common \
unzip \
usbutils \
vim \
wget \
net-tools \
iputils-ping
pip3 install \
cmakelang==0.6.13