Last active
November 9, 2018 11:41
-
-
Save marekjelen/c08a3c3a548820144f2da01d2bad6279 to your computer and use it in GitHub Desktop.
Essential stuff for CentOS https://bintray.com/mjelen/centos-essentials/
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
[centos-essentials] | |
name=centos-essentials | |
baseurl=https://dl.bintray.com/mjelen/centos-essentials/centos/$releasever/$basearch | |
gpgcheck=0 | |
repo_gpgcheck=0 | |
enabled=1 |
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
RUN curl -sL -o /etc/yum.repos.d/centos-essentials.repo https://gist.githubusercontent.com/marekjelen/c08a3c3a548820144f2da01d2bad6279/raw/centos-essentials.repo | |
ENV PATH=/opt/essentials/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment