We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bddb1 commit 4c6527cCopy full SHA for 4c6527c
scripts/frontend-build
@@ -5,6 +5,9 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
5
6
DOCKER_IMAGE=jc21/alpine-nginx-full:node
7
8
+apk update
9
+apk add python2
10
+
11
# Ensure docker exists
12
if hash docker 2>/dev/null; then
13
cd "${DIR}/.."
0 commit comments