Skip to content

Commit 13d31ae

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

v1.0/v1.0/formattest2.cwl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ $schemas:
55
class: CommandLineTool
66
cwlVersion: v1.0
77
doc: "Reverse each line using the `rev` command"
8+
hints:
9+
DockerRequirement:
10+
dockerPull: "debian:wheezy"
811

912
inputs:
1013
input:

0 commit comments

Comments
 (0)