Skip to content

Commit

Permalink
fix missing -yq
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Nov 16, 2023
1 parent 448004c commit b413e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN yum -yq install glibc-common cyrus-sasl-gssapi cyrus-sasl-plain cmake bison
&& yum -yq install Percona-Server-devel-57 Percona-Server-shared-57 Percona-Server-client-57 \
&& percona-release setup -y ps-80 \
&& yum -yq install percona-toolkit \
&& yum remove cmake gcc-c++ libaio-devel \
&& yum -yq remove cmake gcc-c++ libaio-devel \
glib2-devel libffi-devel gcc make gettext \
bzip2-devel wget \
&& yum clean all \
Expand Down

0 comments on commit b413e0a

Please sign in to comment.