Skip to content

Commit

Permalink
[C++] add new paozhu
Browse files Browse the repository at this point in the history
  • Loading branch information
hggq committed Jan 16, 2024
1 parent 61d3166 commit 0ad31b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frameworks/C++/paozhu/paozhu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM ubuntu:22.04
RUN apt-get update -yqq && apt-get install -yqq software-properties-common wget unzip cmake git
RUN apt-get install -yqq gcc g++ openssl libssl-dev zlib1g-dev build-essential

RUN sudo apt install brotli
RUN sudo apt-get install mysql-server
RUN sudo apt-get install mysql-common
RUN sudo apt-get install mysql-client
RUN sudo apt-get install libmysqlclient-dev
RUN apt install brotli
RUN apt-get install mysql-server
RUN apt-get install mysql-common
RUN apt-get install mysql-client
RUN apt-get install libmysqlclient-dev

RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
Expand Down

0 comments on commit 0ad31b1

Please sign in to comment.