aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-04-01 13:33:43 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-04-01 13:33:43 +0200
commit2737fab6199013843e716e62e2c8d3c5c08f7091 (patch)
tree1d0f9726eeef24a3d35068a1108612c94e05694e
parent6dbb815c0350f454fbd79ed6ebcc829cbc524e5b (diff)
Add install support for Alpine
-rw-r--r--etc/bindeps.d/linux-alpine_linux.txt3
-rw-r--r--etc/pacmans.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/bindeps.d/linux-alpine_linux.txt b/etc/bindeps.d/linux-alpine_linux.txt
new file mode 100644
index 0000000..fec5380
--- /dev/null
+++ b/etc/bindeps.d/linux-alpine_linux.txt
@@ -0,0 +1,3 @@
+gcc=gcc libc-dev
+make=make
+perl=perl
diff --git a/etc/pacmans.txt b/etc/pacmans.txt
index 311699e..39ea6e0 100644
--- a/etc/pacmans.txt
+++ b/etc/pacmans.txt
@@ -1,3 +1,4 @@
freebsd=pkg update && pkg install -y
linux-debian_gnu_linux=apt update && apt install -y
linux-ubuntu=apt update && apt install -y
+linux-alpine_linux=apk add --no-cache