Skip to content

Commit e287937

Browse files
committed
adding docker container: test 52, rev command is not posix compliant
1 parent 13d31ae commit e287937

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

v1.0/v1.0/formattest3.cwl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ $schemas:
77
class: CommandLineTool
88
cwlVersion: v1.0
99
doc: "Reverse each line using the `rev` command"
10+
hints:
11+
DockerRequirement:
12+
dockerPull: "debian:wheezy"
1013

1114
inputs:
1215
input:

0 commit comments

Comments
 (0)