File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ RUST_VERSION=1.59.0
2727S3CMD_BASE = python:${ PYTHON_VERSION } -${ DEFAULT_BASE_IMAGE }
2828S3CMD_VERSION = 2.2.0
2929SWAGGER_CODEGEN_VERSION = 3.0.29
30+ SWIPL_VERSION = 8.5.5
3031NODE_VERSION = 16.13.0
3132TYPESCRIPT_VERSION = 4.6.2
3233TSC_VERSION = ${ TYPESCRIPT_VERSION }
Original file line number Diff line number Diff line change @@ -45,7 +45,10 @@ dockerized <command>
4545 - python
4646 - python2
4747 - ruby
48- - rustc (rust compiler)
48+ - rust
49+ - rustc
50+ - prolog
51+ - swipl (SWI-Prolog)
4952- Unix
5053 - tree
5154 - zip
Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ services:
148148# - "${HOME:-}/.dockerized/apps/gh:/root"
149149 swagger-codegen :
150150 image : " swaggerapi/swagger-codegen-cli-v3:${SWAGGER_CODEGEN_VERSION}"
151+ swipl :
152+ image : " swipl:${SWIPL_VERSION}"
153+ entrypoint : [ "swipl" ]
151154 tree :
152155 << : *alpine
153156 build :
You can’t perform that action at this time.
0 commit comments