Skip to content

Commit

Permalink
fix: Change ius rpm broken link
Browse files Browse the repository at this point in the history
Signed-off-by: mYmNeo <[email protected]>
(cherry picked from commit 886f468)
  • Loading branch information
mYmNeo committed May 21, 2020
1 parent 75f2c87 commit a5cf434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG commit
RUN yum install -y rpm-build make

# default git has problems while cloning some repository
RUN yum install -y https://centos7.iuscommunity.org/ius-release.rpm \
RUN yum install -y https://repo.ius.io/ius-release-el7.rpm \
&& yum install -y git222

ENV GOLANG_VERSION 1.12.4
Expand Down

0 comments on commit a5cf434

Please sign in to comment.