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

Commit

Permalink
update percona-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Feb 3, 2019
1 parent 2543a7c commit eb9d51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockersrc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN yum -y install wget git gcc gcc-c++ make cmake openssl-devel ncurses-devel m
&& mv /opt/inception/dockersrc/inc.cnf /etc \
&& cd inception \
&& ./inception_build.sh debug \
&& yum -y install http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm \
&& yum -y install percona-toolkit.x86_64 \
&& yum -y install https://repo.percona.com/yum/percona-release-latest.noarch.rpm \
&& yum -y install percona-toolkit \
#修改中文支持
&& rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& yum -y install kde-l10n-Chinese && yum -y reinstall glibc-common \
Expand Down

0 comments on commit eb9d51a

Please sign in to comment.