We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b222cc commit a0d5593Copy full SHA for a0d5593
eng/docker/rhel.Dockerfile
@@ -1,5 +1,5 @@
1
# Dockerfile that creates a container suitable to build dotnet-cli
2
-FROM mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-rpmpkg-20210714125410-daa5116
+FROM mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg-20210714125435-9b5bbc2
3
4
# Setup User to match Host User, and give superuser permissions
5
ARG USER
@@ -22,3 +22,6 @@ USER $USER_ID
22
23
# Skip package initilization
24
ENV DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
25
+
26
+# Workaround per https://github.com/dotnet/aspnetcore/pull/37192#issuecomment-936589233
27
+RUN scl enable rh-ruby25
0 commit comments