summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
blob: 589a5c39656640eafb8ee889a3f9dcc41839f2f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Copyright (c) 2012-2015 Kaarle Ritvanen
# See LICENSE file for license details

PACKAGES="lua5.2-augeas lua5.2-b64 lua5.2-cjson lua5.2-crypto lua5.2-file-magic
          lua5.2-openrc lua5.2-posix lua5.2-stringy uwsgi uwsgi-lua"

[ "$1" = -d ] && PACKAGES="$PACKAGES bash curl ldoc"

exec apk add --virtual .aconf-deps $PACKAGES