pkg update and first config fix
org-brain not working, add org-roam
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- dockerfile -*-
|
||||
FROM centos:centos7
|
||||
RUN sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
|
||||
RUN sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*
|
||||
RUN yum update -y
|
||||
# @TODO: Since CentOS is no more, do I even want to try and fix this?
|
||||
Reference in New Issue
Block a user