krata/hack/ci/install-deps.sh
2024-03-21 21:31:10 +00:00

10 lines
230 B
Bash
Executable File

#!/bin/sh
set -e
sudo apt-get update
sudo apt-get install -y \
build-essential libssl-dev libelf-dev musl-dev \
flex bison bc protobuf-compiler musl-tools qemu-utils
sudo gem install --no-document fpm
cargo install cross