Skip to content

Commit bc0b356

Browse files
feat(command): Add swipl (Prolog)
1 parent f0333ed commit bc0b356

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUST_VERSION=1.59.0
2727
S3CMD_BASE=python:${PYTHON_VERSION}-${DEFAULT_BASE_IMAGE}
2828
S3CMD_VERSION=2.2.0
2929
SWAGGER_CODEGEN_VERSION=3.0.29
30+
SWIPL_VERSION=8.5.5
3031
NODE_VERSION=16.13.0
3132
TYPESCRIPT_VERSION=4.6.2
3233
TSC_VERSION=${TYPESCRIPT_VERSION}

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)