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

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

PACKAGES="lua-augeas lua-filesystem lua-json4 lua-stringy uwsgi uwsgi-lua"

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

exec apk add $PACKAGES