Browse Source

Ensure python2 is installed for frontend build

Jamie Curnow 5 years ago
parent
commit
4c6527cafc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      scripts/frontend-build

+ 3 - 0
scripts/frontend-build

@@ -5,6 +5,9 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 
 DOCKER_IMAGE=jc21/alpine-nginx-full:node
 
+apk update
+apk add python2
+
 # Ensure docker exists
 if hash docker 2>/dev/null; then
 	cd "${DIR}/.."