Skip to content

Commit 4c6527c

Browse files
committed
Ensure python2 is installed for frontend build
1 parent 55bddb1 commit 4c6527c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/frontend-build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
55

66
DOCKER_IMAGE=jc21/alpine-nginx-full:node
77

8+
apk update
9+
apk add python2
10+
811
# Ensure docker exists
912
if hash docker 2>/dev/null; then
1013
cd "${DIR}/.."

0 commit comments

Comments
 (0)