Skip to content

Commit 7751c86

Browse files
committed
minor change [ci skip]
Signed-off-by: munishchouhan <[email protected]>
1 parent d18b668 commit 7751c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/groovy/io/seqera/wave/service/builder/DockerBuildStrategy.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ class DockerBuildStrategy extends BuildStrategy {
127127
protected List<String> cmdForSingularity(BuildRequest req) {
128128
final wrapper = ['docker',
129129
'run',
130+
'--rm',
130131
'--privileged',
131132
'-e',
132133
"AWS_ACCESS_KEY_ID=${System.getenv('AWS_ACCESS_KEY_ID')}".toString(),

0 commit comments

Comments
 (0)