add python3 for building
This commit is contained in:
parent
9aa447b8f8
commit
c6fff8ecce
@ -4,7 +4,8 @@ RUN apk add --no-cache \
|
||||
git \
|
||||
npm \
|
||||
make \
|
||||
bash
|
||||
bash \
|
||||
python3
|
||||
|
||||
# to get around errors from differing stack sizes in musl
|
||||
# https://wiki.musl-libc.org/functional-differences-from-glibc.html#Thread_stack_size
|
||||
|
Loading…
Reference in New Issue
Block a user