mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +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