Sutou Kouhei 2019-06-14 11:38:18 +0900 (Fri, 14 Jun 2019) Revision: 6569c54085a6aab29cc37b714703a09d12548f72 https://github.com/ranguba/chupa-text-docker/commit/6569c54085a6aab29cc37b714703a09d12548f72 Message: Use chupa-text-decomposer-abiword Modified files: chupa-text/debian/Dockerfile chupa-text/debian/home/chupa-text/chupa-text-http-server/Gemfile.local chupa-text/ubuntu/Dockerfile chupa-text/ubuntu/home/chupa-text/chupa-text-http-server/Gemfile.local Modified: chupa-text/debian/Dockerfile (+1 -0) =================================================================== --- chupa-text/debian/Dockerfile 2019-06-13 13:10:31 +0900 (4776d8c) +++ chupa-text/debian/Dockerfile 2019-06-14 11:38:18 +0900 (0e5b982) @@ -28,6 +28,7 @@ RUN \ RUN \ apt update && \ apt install -y -V \ + abiword \ apache2 \ apache2-dev \ curl \ Modified: chupa-text/debian/home/chupa-text/chupa-text-http-server/Gemfile.local (+1 -0) =================================================================== --- chupa-text/debian/home/chupa-text/chupa-text-http-server/Gemfile.local 2019-06-13 13:10:31 +0900 (6957d30) +++ chupa-text/debian/home/chupa-text/chupa-text-http-server/Gemfile.local 2019-06-14 11:38:18 +0900 (fc950ff) @@ -16,6 +16,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +gem "chupa-text-decomposer-abiword" gem "chupa-text-decomposer-html" gem "chupa-text-decomposer-libreoffice-excel" gem "chupa-text-decomposer-libreoffice-powerpoint" Modified: chupa-text/ubuntu/Dockerfile (+1 -0) =================================================================== --- chupa-text/ubuntu/Dockerfile 2019-06-13 13:10:31 +0900 (5d402bd) +++ chupa-text/ubuntu/Dockerfile 2019-06-14 11:38:18 +0900 (7c3ad83) @@ -24,6 +24,7 @@ RUN \ RUN \ apt update && \ apt install -y -V \ + abiword \ apache2 \ apache2-dev \ curl \ Modified: chupa-text/ubuntu/home/chupa-text/chupa-text-http-server/Gemfile.local (+1 -0) =================================================================== --- chupa-text/ubuntu/home/chupa-text/chupa-text-http-server/Gemfile.local 2019-06-13 13:10:31 +0900 (6957d30) +++ chupa-text/ubuntu/home/chupa-text/chupa-text-http-server/Gemfile.local 2019-06-14 11:38:18 +0900 (fc950ff) @@ -16,6 +16,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +gem "chupa-text-decomposer-abiword" gem "chupa-text-decomposer-html" gem "chupa-text-decomposer-libreoffice-excel" gem "chupa-text-decomposer-libreoffice-powerpoint" -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190614/740e47b0/attachment-0001.html>