Skip to content

Commit f99723b

Browse files
committed
update [Paozhu]
1 parent 375ce98 commit f99723b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frameworks/C++/paozhu/paozhu.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ RUN apt-get -y install brotli libbrotli-dev
66
RUN apt-get -y install libreadline-dev
77
RUN apt-get -y install mysql-client
88
RUN apt-get -y install libmysqlclient-dev
9-
RUN apt-get -y install pstree
109

1110
RUN locale-gen en_US.UTF-8
1211
ENV LANG en_US.UTF-8
@@ -109,4 +108,4 @@ RUN cmake --build build
109108
EXPOSE 8888
110109

111110
CMD ./bin/paozhu
112-
RUN pstree -aup
111+
RUN ps aux | less

0 commit comments

Comments
 (0)