Skip to content

Commit

Permalink
chore: replace ius-release package in Dockerfile.tools (#107)
Browse files Browse the repository at this point in the history
Replace CentOS ius-release package. See iusrepo/announce#18

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
  • Loading branch information
xcoulon committed May 20, 2020
1 parent 57b0ac4 commit f45ddc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift-ci/Dockerfile.tools
Expand Up @@ -13,7 +13,7 @@ ENV LANG=en_US.utf8 \
ARG GO_PACKAGE_PATH=github.com/codeready-toolchain/toolchain-common

RUN yum install epel-release -y \
&& yum install https://centos7.iuscommunity.org/ius-release.rpm -y \
&& yum install https://repo.ius.io/ius-release-el7.rpm -y \
&& yum install --enablerepo=centosplus -y --quiet \
findutils \
git224-all \
Expand Down

0 comments on commit f45ddc3

Please sign in to comment.