Closed hexylena closed 9 years ago
groupadd: Permission denied.
groupadd: cannot lock /etc/group; try again later.
This is incompatible with -u
.
Tested, working.
Eh, don't bother deleting the user, just sed /etc/passwd|shadow
.
But yes, agreed, should be same user each and every time.
@jmchilton The only reason I left this code in is to make the start of IPython inside of galaxy-docker faster. I guess for simplicity on our side we can remove this code path.
Opening PR on behalf of @bgruening as his solution is better than #34