Skip to content

Commit

Permalink
Dwnload epel-release instead of storing it
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal authored and daniel-j-h committed Oct 28, 2017
1 parent d366d11 commit 242e656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file removed docker/epel-release-5-4.noarch.rpm
Binary file not shown.
3 changes: 1 addition & 2 deletions docker/install-yum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ source "$MY_DIR/build-utils.sh"

# EPEL support
yum -y install wget curl
# curl -sLO https://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
cp "$MY_DIR/epel-release-5-4.noarch.rpm" .
curl -sLO https://dl.fedoraproject.org/pub/archive/epel/5/x86_64/epel-release-5-4.noarch.rpm
check_sha256sum epel-release-5-4.noarch.rpm $EPEL_RPM_HASH

# Dev toolset (for LLVM and other projects requiring C++11 support)
Expand Down

0 comments on commit 242e656

Please sign in to comment.