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