Skip to content

Commit e68d188

Browse files
feat(command): Add telnet
1 parent 7746ee7 commit e68d188

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yml

+8
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@ services:
169169
swipl:
170170
image: "swipl:${SWIPL_VERSION}"
171171
entrypoint: [ "swipl" ]
172+
telnet:
173+
<<: *alpine
174+
build:
175+
context: apps/alpine
176+
args:
177+
ALPINE_VERSION: "${ALPINE_VERSION}"
178+
ALPINE_PACKAGES: "busybox-extras"
179+
entrypoint: [ "telnet" ]
172180
tree:
173181
<<: *alpine
174182
build:

0 commit comments

Comments
 (0)