You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker builds were broken because the nim image does not add the Nimble
bin directory to PATH. This fix solves it by copying the nasher binary
to /usr/local/bin. As a side-effect, this fixes#42, allowing you to
pass your user/group to the docker command and own the files docker
generates.
When trying to unpack my module with my current user id + gid:
If I change to
--user "0:$(id -g)"
it works.This is probably because the nasher binaries are installed only for root user (in /root/...)
The end-result problem is that without
--user
the files on my filesystem become all owned by rootThe text was updated successfully, but these errors were encountered: