diff --git a/Rakefile b/Rakefile index 56a8a98..74955d4 100644 --- a/Rakefile +++ b/Rakefile @@ -22,7 +22,7 @@ namespace :docker do distros.each do |distro| task distro do puts "testing on #{distro}" - sh "sudo docker build . -f test/docker/Dockerfile.#{distro}" + sh "docker build . -f test/docker/Dockerfile.#{distro}" end end end