Skip to content

Instantly share code, notes, and snippets.

@jmeekhof
Created December 12, 2017 21:52
Show Gist options
  • Save jmeekhof/6f1087a77e61841bff2308c128a7d72c to your computer and use it in GitHub Desktop.
Save jmeekhof/6f1087a77e61841bff2308c128a7d72c to your computer and use it in GitHub Desktop.
RUN yum -y install epel-release && \
curl -o /etc/yum.repos.d/dperson-neovim-epel-7.repo https://copr.fedorainfracloud.org/coprs/dperson/neovim/repo/epel-7/dperson-neovim-epel-7.repo && \
yum -y install neovim && \
yum clean headers && \
yum clean packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment