]> cat aescling's git repositories - mastodon.git/commitdiff
[nanobox] Add python for node-gyp (#3491)
authorDaniel Hunsaker <danhunsaker@gmail.com>
Thu, 1 Jun 2017 15:33:57 +0000 (09:33 -0600)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 1 Jun 2017 15:33:57 +0000 (17:33 +0200)
Needed since merge of #3067.

boxfile.yml

index 2fa3fb9ffa9c2c0933f4a5772a79a84d389adfb0..ef847d4a036d214e8dd86538d332fa800b459b19 100644 (file)
@@ -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