lnav/release/vagrant-static/musl-pkg.sh

25 lines
388 B
Bash
Raw Normal View History

#!/bin/sh
sudo apk update && sudo apk upgrade
2021-05-24 04:54:12 +00:00
sudo apk add \
build-base \
binutils \
m4 \
git \
zip \
perl \
ncurses \
ncurses-dev \
2021-05-24 04:54:12 +00:00
autoconf \
automake \
2021-05-24 05:49:26 +00:00
elfutils \
elfutils-dev \
libelf-static \
2021-05-24 04:54:12 +00:00
libexecinfo-dev \
libexecinfo-static \
libtool \
2021-05-25 03:39:38 +00:00
libunwind \
libunwind-dev \
libunwind-static \
2021-05-24 04:54:12 +00:00
linux-headers