Skip to content

Commit

Permalink
feat(command): Add telnet
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeversteegh committed Mar 21, 2022
1 parent 7746ee7 commit e68d188
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@ services:
swipl:
image: "swipl:${SWIPL_VERSION}"
entrypoint: [ "swipl" ]
telnet:
<<: *alpine
build:
context: apps/alpine
args:
ALPINE_VERSION: "${ALPINE_VERSION}"
ALPINE_PACKAGES: "busybox-extras"
entrypoint: [ "telnet" ]
tree:
<<: *alpine
build:
Expand Down

0 comments on commit e68d188

Please sign in to comment.