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

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

PACKAGES="lua5.2-augeas lua5.2-json4 lua5.2-posix lua5.2-stringy
	uwsgi uwsgi-lua"

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

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