summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
blob: e1b3429b96bb34f334e28a9fa40aac9b75792203 (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-json4 lua-posix lua-stringy uwsgi uwsgi-lua"

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

exec apk add $PACKAGES