maximbaz/docker-arch-build-aur

Sudo command not found

Closed this issue · 1 comments

Running the following example:

$ docker run --rm -v $(pwd):/pkg maximbaz/arch-build-aur /bin/bash -c '/build-aur aurutils'

Results in

Unable to find image 'maximbaz/arch-build-aur:latest' locally
latest: Pulling from maximbaz/arch-build-aur
4fe7fb041cb7: Pull complete 
ee589992b846: Pull complete 
d2923bac2c82: Pull complete 
888a4a5c19b4: Pull complete 
054ac236916a: Pull complete 
f7aa77e18e8d: Pull complete 
Digest: sha256:f9d3accbd98c673471c89df3403044ecd499376440ad54a654e725b6d63b2816
Status: Downloaded newer image for maximbaz/arch-build-aur:latest
/build-aur: line 14: sudo: command not found

Thanks for the ping! Fixed in 3325f94