From: Daniel Hunsaker Date: Thu, 1 Jun 2017 15:33:57 +0000 (-0600) Subject: [nanobox] Add python for node-gyp (#3491) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e1fdac3e9a173c05c7fd9f5e8bcc255ef4a1e804;p=mastodon.git [nanobox] Add python for node-gyp (#3491) Needed since merge of #3067. --- 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