From 420292f341920a9f52134251af452c7fb4d7715c Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 20 Mar 2018 00:08:51 +0000 Subject: [PATCH] Run update.sh --- swipl/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/swipl/README.md b/swipl/README.md index 7486c5863..2ab258ea6 100644 --- a/swipl/README.md +++ b/swipl/README.md @@ -77,6 +77,25 @@ CMD ["swipl", "/app/start.pl"] This will extract and copy your source files to the image and then set the default command to run your application. +## Differences from the SWI-Prolog source distribution + +### Excluded packages + +- jpl - interop with Java is excluded, as Java isn't included on the image +- xpce - XPCE is excluded, as it's used only for the GUI platform + +### Included addins + +This image includes several SWI-Prolog addins that are commonly used, complex to build, and require little additional space. + +- space +- prosqlite +- rocksdb\* +- hdt\* +- rserve_client + +\*excluded from ARM architecture images due to platform constraints + # License View the [Simplified BSD license](http://www.swi-prolog.org/license.html) for the software contained in this image.