mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +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