Browse Source

add BENCHMARK tag remove log record

hzq 7 months ago
parent
commit
6470a4e876
1 changed files with 0 additions and 1 deletions
  1. 0 1
      frameworks/C++/paozhu/paozhu.dockerfile

+ 0 - 1
frameworks/C++/paozhu/paozhu.dockerfile

@@ -6,7 +6,6 @@ RUN apt-get -y install brotli libbrotli-dev
 RUN apt-get -y install libreadline-dev 
 RUN apt-get -y install mysql-client
 RUN apt-get -y install libmysqlclient-dev
-RUN apt-get -y install psmisc
 
 RUN locale-gen en_US.UTF-8
 ENV LANG en_US.UTF-8