From c6fff8ecce9e2a879f00d32cbbfdf66b60c44c2a Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 6 Jan 2020 15:02:57 +0000 Subject: [PATCH] add python3 for building --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 563ac64..e87f37f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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