Skip to content

Commit 4f3041f

Browse files
committed
wip
1 parent 92dec83 commit 4f3041f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace :docker do
2222
distros.each do |distro|
2323
task distro do
2424
puts "testing on #{distro}"
25-
sh "sudo docker build . -f test/docker/Dockerfile.#{distro}"
25+
sh "docker build . -f test/docker/Dockerfile.#{distro}"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)