Ensure python2 is installed for frontend build

This commit is contained in:
Jamie Curnow 2020-06-02 20:09:27 +10:00
parent 55bddb12e5
commit 4c6527cafc

View File

@ -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}/.."