We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00647bc commit 71c92c8Copy full SHA for 71c92c8
frameworks/C++/paozhu/paozhu.dockerfile
@@ -4,8 +4,8 @@ RUN apt-get install -yqq gcc g++ openssl libssl-dev zlib1g-dev build-essential l
4
5
RUN apt-get -y install brotli libbrotli-dev
6
RUN apt-get -y install libreadline-dev
7
-RUN apt-get -y install mysql-client
8
-RUN apt-get -y install libmysqlclient-dev
+# RUN apt-get -y install mysql-client
+# RUN apt-get -y install libmysqlclient-dev
9
10
RUN locale-gen en_US.UTF-8
11
ENV LANG en_US.UTF-8
0 commit comments