fix docker build with new docker release
This commit is contained in:
		| @@ -16,7 +16,7 @@ if test -n "${SCHROOTNAME}"; then | ||||
|   SUDO="schroot -c "${SCHROOTNAME}" -u root -d / --" | ||||
| else | ||||
|   DO="" | ||||
|   if grep -q '/docker/' /proc/1/cgroup; then | ||||
|   if grep -q '/docker' /proc/1/cgroup; then | ||||
|       SUDO="" | ||||
|   else | ||||
|       SUDO="sudo" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user