Skip to content

Commit 68d85c8

Browse files
committed
adding Docker Container, test 4:cat1-testcli.cwl
1 parent 3125ddf commit 68d85c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

v1.0/v1.0/cat1-testcli.cwl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"class": "CommandLineTool",
44
"cwlVersion": "v1.0",
55
"doc": "Print the contents of a file to stdout using 'cat' running in a docker container.",
6+
"hints": [
7+
{
8+
"class": "DockerRequirement",
9+
"dockerPull": "python:2-slim"
10+
}
11+
],
612
"inputs": [
713
{
814
"id": "file1",

0 commit comments

Comments
 (0)