about summary refs log tree commit diff
path: root/boxfile.yml
diff options
context:
space:
mode:
authorDaniel Hunsaker <danhunsaker@gmail.com>2017-06-01 09:33:57 -0600
committerEugen Rochko <eugen@zeonfederated.com>2017-06-01 17:33:57 +0200
commite1fdac3e9a173c05c7fd9f5e8bcc255ef4a1e804 (patch)
tree1dc1726562328c1b037d96ff23e2553071774978 /boxfile.yml
parent1162f61ca399e613ff6d5dbe572c5f12d039eeeb (diff)
[nanobox] Add python for node-gyp (#3491)
Needed since merge of #3067.
Diffstat (limited to 'boxfile.yml')
-rw-r--r--boxfile.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/boxfile.yml b/boxfile.yml
index 2fa3fb9ff..ef847d4a0 100644
--- a/boxfile.yml
+++ b/boxfile.yml
@@ -14,9 +14,12 @@ run.config:
     # for videos:
     - ffmpeg3
 
-    # to prep the .env file
+    # to prep the .env file:
     - gettext-tools
 
+    # for node-gyp, used in the asset compilation process:
+    - python-2
+
   cache_dirs:
     - node_modules