static-toolbox/build/install_deps_alpine.sh
2023-05-26 09:24:23 +02:00

31 lines
No EOL
415 B
Bash
Executable file

#!/bin/sh
apk update
apk add \
bash \
git \
perl \
make \
cmake \
flex \
bison \
automake \
autoconf \
libtool \
qemu-arm \
qemu-aarch64 \
qemu-ppc \
qemu-ppc64 \
file \
texinfo \
zip \
wget \
coreutils \
gawk \
gmp-dev \
libunistring-dev \
libffi-dev \
lttng-ust-dev \
curl \
rsync \
util-linux \
patch