mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 12:08:03 +08:00
Merge pull request #574 from maurerit/master
Build failed without python for arm
This commit is contained in:
commit
504b2e2c4a
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ RUN set -x \
|
||||||
make \
|
make \
|
||||||
nasm \
|
nasm \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
|
python \
|
||||||
&& npm install --production \
|
&& npm install --production \
|
||||||
&& apk del .build-dependencies
|
&& apk del .build-dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue