get around differing stack sizes in musl to glibc

This commit is contained in:
Sebastian Hugentobler 2019-11-02 11:39:51 +01:00
parent 0d13c457f7
commit 94454445c9

View File

@ -6,6 +6,9 @@ RUN apk add --no-cache \
make \
bash
# to get around errors from differing stack sizes in musl
# https://wiki.musl-libc.org/functional-differences-from-glibc.html#Thread_stack_size
RUN npm config set unsafe-perm true
RUN npm install -g webpack webpack-cli
RUN git clone https://code.vanwa.ch/sebastian/wikijs.git -b nextcloud-auth /build