static-toolbox/build/install_deps_alpine.sh

31 lines
415 B
Bash
Raw Normal View History

2020-11-04 11:41:52 +00:00
#!/bin/sh
apk update
apk add \
bash \
git \
perl \
make \
cmake \
flex \
bison \
automake \
autoconf \
libtool \
qemu-arm \
qemu-aarch64 \
2023-05-25 06:21:08 +00:00
qemu-ppc \
qemu-ppc64 \
2020-11-04 11:41:52 +00:00
file \
texinfo \
zip \
wget \
coreutils \
gawk \
gmp-dev \
libunistring-dev \
libffi-dev \
lttng-ust-dev \
curl \
rsync \
2021-04-16 13:36:18 +00:00
util-linux \
patch