Skip to content

Commit

Permalink
chore: replace ius-release package in Dockerfile.tools
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 44a5255 commit 3fd151b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift-ci/Dockerfile.tools
Expand Up @@ -14,7 +14,7 @@ ENV LANG=en_US.utf8 \
ARG GO_PACKAGE_PATH=github.com/codeready-toolchain/toolchain-operator

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 3fd151b

Please sign in to comment.