Update Dockerfile for new rhel image
fixed to match https://github.com/dotnet/installer/pull/20094/files
This commit is contained in:
parent
6bcade91a7
commit
8ee876699b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
# Dockerfile that creates a container suitable to build dotnet-cli
|
||||
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:rhel-7-rpmpkg-e1b4a89-20175311035359
|
||||
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:rhel-7-rpmpkg-e1b4a89-20175311035359-2
|
||||
|
||||
# Setup User to match Host User, and give superuser permissions
|
||||
ARG USER_ID=0
|
||||
|
|
Loading…
Reference in a new issue