summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-deps.sh b/install-deps.sh
index e1b3429..7ce73c0 100755
--- a/install-deps.sh
+++ b/install-deps.sh
@@ -7,4 +7,4 @@ PACKAGES="lua-augeas lua-json4 lua-posix lua-stringy uwsgi uwsgi-lua"
[ "$1" = -d ] && PACKAGES="$PACKAGES bash curl"
-exec apk add $PACKAGES
+exec apk add --virtual .acf2-deps $PACKAGES