mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 04:15:41 +03:00
os/user's user.Lookup requires that the artifact be compiled with CGO support enabled. This change instead reads /etc/passwd directly. The code was acquired from docker/docker#1096