Last active
March 30, 2022 22:55
-
-
Save lbussell/126f3d8a90345e0a7bc95d105a826a51 to your computer and use it in GitHub Desktop.
CentOS 8 for .NET Source Build with libunwind-devel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-source-build-20200402192642-9e679d4 | |
# CentOS 8 is EOL, so switch to a supported mirror | |
RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* | |
RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* | |
RUN dnf install --setopt tsflags=nodocs --refresh -y \ | |
libunwind-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment