#!/bin/sh

sudo apt-get update
sudo apt-get install -y --no-install-recommends \
  musl-tools libprotobuf-dev protobuf-compiler
