Closed raghavendra-talur closed 4 years ago
@nixpanic @phlogistonjohn Please have a look.
Change looks good to me at first glance but the travis job is failing and its not obvious why.
It was failing because a command later in the Dockerfile was updating the sudoers file which won't exist now. I have pushed an update.
We don't need the sudo util when Gluster is containerized. The requirements are met by running the container as privileged.
Signed-off-by: Raghavendra Talur rtalur@redhat.com