Explorar o código

Ensure python2 is installed for frontend build

Jamie Curnow %!s(int64=5) %!d(string=hai) anos
pai
achega
4c6527cafc
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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}/.."