fixed build in docker
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
repos+=("Debian|Ubuntu-precise::::::universe")
 | 
					repos+=("Debian|Ubuntu-precise::::::universe")
 | 
				
			||||||
repos+=("Ubuntu-precise:::'deb http://archive.ubuntu.com/ubuntu precise universe'")
 | 
					repos+=("Ubuntu-precise:::'deb http://archive.ubuntu.com/ubuntu precise universe'")
 | 
				
			||||||
envs+=("-e 'HOME=/home/marc'")
 | 
					envs+=("-e 'HOME=${HOME}")
 | 
				
			||||||
dirs+=("-v /home/marc/.gnupg:/home/marc/.gnupg:ro")
 | 
					dirs+=("-v ${HOME}/.gnupg:${HOME}/.gnupg:ro")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user