Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #47 from alexeykazakov/epel
Browse files Browse the repository at this point in the history
Switch build to epel release
  • Loading branch information
alexeykazakov authored Dec 14, 2018
2 parents 512880a + b5b99ec commit 246561e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ MAINTAINER "Aslak Knutsen <[email protected]>"
ENV LANG=en_US.utf8

# Some packages might seem weird but they are required by the RVM installer.
RUN yum install epel-release --enablerepo=extras -y \
&& yum --enablerepo=centosplus --enablerepo=epel-testing install -y \
RUN yum install epel-release -y \
&& yum --enablerepo=centosplus --enablerepo=epel install -y \
findutils \
git \
$(test "$USE_GO_VERSION_FROM_WEBSITE" != 1 && echo "golang") \
Expand Down

0 comments on commit 246561e

Please sign in to comment.