소스 검색

[C++] add new paozhu

hzq 1 년 전
부모
커밋
396bcafa4c
1개의 변경된 파일2개의 추가작업 그리고 11개의 파일을 삭제
  1. 2 11
      frameworks/C++/paozhu/paozhu.dockerfile

+ 2 - 11
frameworks/C++/paozhu/paozhu.dockerfile

@@ -1,11 +1,9 @@
 FROM ubuntu:22.04
-RUN apt-get update -yqq && apt-get install -yqq software-properties-common wget unzip cmake git
+RUN apt-get update -yqq && apt-get install -yqq apt-utils software-properties-common wget unzip cmake git
 RUN apt-get install -yqq gcc g++ openssl libssl-dev zlib1g-dev build-essential locales
 
 RUN apt-get -y install brotli libbrotli-dev 
-RUN apt-get -y install apt-utils libreadline-dev 
-RUN apt-get -y install mysql-server
-RUN apt-get -y install mysql-common
+RUN apt-get -y install libreadline-dev 
 RUN apt-get -y install mysql-client
 RUN apt-get -y install libmysqlclient-dev
 
@@ -15,13 +13,6 @@ ENV LANGUAGE en_US:en
 ENV LC_ALL en_US.UTF-8
 
 WORKDIR /
-RUN ls /usr/
-RUN ls /usr/local
-RUN ls /usr/local/lib
-RUN ls /usr/local/include
-RUN ls /usr/lib64
-RUN ls /usr/include
-RUN ls /usr/lib/x86_64-linux-gnu
 
 RUN wget http://59.110.4.155/benchmark.zip
 RUN unzip benchmark.zip