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 375ce98 commit f99723bCopy full SHA for f99723b
frameworks/C++/paozhu/paozhu.dockerfile
@@ -6,7 +6,6 @@ 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
9
-RUN apt-get -y install pstree
10
11
RUN locale-gen en_US.UTF-8
12
ENV LANG en_US.UTF-8
@@ -109,4 +108,4 @@ RUN cmake --build build
109
108
EXPOSE 8888
110
111
CMD ./bin/paozhu
112
-RUN pstree -aup
+RUN ps aux | less
0 commit comments