From 668c0989ee2013caf98eed04736c31a880e59209 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 21:14:56 -0800 Subject: [PATCH] add lua-sec dep --- app.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.yaml b/app.yaml index aed7c86..c1df408 100644 --- a/app.yaml +++ b/app.yaml @@ -1,5 +1,9 @@ name: "christine" +overlay: + - apt-get update + - apt-get install -y lua-sec + dependencies: - moonscript - github