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?
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?
Copyright © 2021 Jogjafile Inc.