get around differing stack sizes in musl to glibc
This commit is contained in:
parent
0d13c457f7
commit
94454445c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user