Skip to content

Instantly share code, notes, and snippets.

@lbussell
Last active March 30, 2022 22:55
Show Gist options
  • Save lbussell/126f3d8a90345e0a7bc95d105a826a51 to your computer and use it in GitHub Desktop.
Save lbussell/126f3d8a90345e0a7bc95d105a826a51 to your computer and use it in GitHub Desktop.
CentOS 8 for .NET Source Build with libunwind-devel
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