Browse Source

Ensure python2 is installed for frontend build

Jamie Curnow 5 năm trước cách đây
mục cha
commit
4c6527cafc
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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}/.."