at command not working due to cannot set egid error

51 Views Asked by At

I have a Dockerfile and I do:

RUN yum install -y at && chmod u+s /usr/bin/at

But when I actually try to run at inside the container I see in the logs

cannot set egid: Operation not permitted

How can I fix this?

0

There are 0 best solutions below