Browse Source

[nanobox] Add python for node-gyp (#3491)

Needed since merge of #3067.
closed-social-glitch-2
Daniel Hunsaker 6 years ago
committed by Eugen Rochko
parent
commit
e1fdac3e9a
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      boxfile.yml

+ 4
- 1
boxfile.yml View 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

Loading…
Cancel
Save