From bd7c1b1c2235a43e79b5d2fc3e6c0ccd57ea90af Mon Sep 17 00:00:00 2001 From: John Luo Date: Tue, 30 Jan 2018 11:03:37 -0800 Subject: [PATCH] Update rhel.7 image used to build rpms --- build/tools/docker/rhel.7/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/tools/docker/rhel.7/Dockerfile b/build/tools/docker/rhel.7/Dockerfile index 73247d2809..331cb6335b 100644 --- a/build/tools/docker/rhel.7/Dockerfile +++ b/build/tools/docker/rhel.7/Dockerfile @@ -4,11 +4,7 @@ # # Dockerfile that creates a container suitable to build dotnet-cli -FROM microsoft/dotnet-buildtools-prereqs:rhel-7-rpmpkg-c982313-20174116044113 - -# Install from sudo main package TODO This package needs to be mirrored -RUN yum install -y https://www.sudo.ws/sudo/dist/packages/RHEL/7/sudo-1.8.20-3.el7.x86_64.rpm \ - && yum clean all +FROM microsoft/dotnet-buildtools-prereqs:rhel-7-rpmpkg-e1b4a89-20175311035359 # Setup User to match Host User, and give superuser permissions ARG USER_ID=0