summaryrefslogtreecommitdiffstats
path: root/release/vagrant-static/musl-pkg.sh
blob: fea83089137e61975a677bba903b600cabbeb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh

sudo apk update && sudo apk upgrade
sudo apk add \
    build-base \
    binutils \
    m4 \
    git \
    zip \
    perl \
    ncurses \
    ncurses-dev \
    autoconf \
    automake \
    elfutils \
    elfutils-dev \
    libelf-static \
    libexecinfo-dev \
    libexecinfo-static \
    libtool \
    libunwind \
    libunwind-dev \
    libunwind-static \
    linux-headers