Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrate/yig.docker
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN rpm --import https://packages.confluent.io/rpm/5.3/archive.key && yum makeca
yum install -y epel-release && \
rpm -ivh https://download.ceph.com/rpm-luminous/el7/noarch/ceph-release-1-1.el7.noarch.rpm && \
yum --enablerepo=epel-testing install -y lttng-ust make gcc libradosstriper-devel librados2-devel git wget rpm-build net-tools librdkafka-devel && \
wget https://dl.google.com/go/go1.13.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.13.linux-amd64.tar.gz && rm -f go1.13.linux-amd64.tar.gz \
wget https://golang.org/dl/go1.14.11.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.14.11.linux-amd64.tar.gz && rm -f go1.14.11.linux-amd64.tar.gz \
make build_internal && \
yum clean all && \
rm -rf /var/cache/yum
Expand Down