List differences from swipl source distribution. (#1172)

* List differences from swipl source distribution.
This commit is contained in:
Dave Curylo 2018-03-19 19:15:30 -04:00 committed by yosifkit
parent 779b66e830
commit bf5afdfe12
1 changed files with 19 additions and 0 deletions

View File

@ -27,3 +27,22 @@ 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