diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-06 01:56:32 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-06 01:56:32 +0200 |
commit | a45ccf1db7bc07b059b30ac378830e23c09eae40 (patch) | |
tree | ce73c4cddb906aaba0a93b0ae29248d9cebed558 /snapcraft.yaml | |
parent | 30bf430a913b55a15d8292429371e9416af69290 (diff) | |
download | wekan-a45ccf1db7bc07b059b30ac378830e23c09eae40.tar.gz wekan-a45ccf1db7bc07b059b30ac378830e23c09eae40.tar.bz2 wekan-a45ccf1db7bc07b059b30ac378830e23c09eae40.zip |
[Remove phantomjs binary from Docker/Snap/Stackerfile to reduce size](https://github.com/wekan/wekan/issues/2229).
Thanks to soohwa !
Closes #2229
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index be6d0586..07c65e5a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -206,7 +206,7 @@ parts: cp -r .build/bundle/* $SNAPCRAFT_PART_INSTALL/ cp .build/bundle/.node_version.txt $SNAPCRAFT_PART_INSTALL/ rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/wekan - execstack --clear-execstack $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs + rm $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs organize: README: README.wekan prime: |